MikeKelly's Q&A profile
Visual Studio Team System Unable to remove project/files from TFVC
Hi, I have been playing around with VS2005 and Team System. I have created a new project based on the MSF Agile template and added a C# project to source control. Now I want to delete some files or even the complete project from source control but when I right-click on the project in the source explorer the "Delete" menu item is grayed out. I managed to remove the entire project (WSS, reports, ...) from TFS by using the TFSDeleteproj ...Show All
Windows Forms Microsoft Outlook 10.0 Object Library
I am trying to execute a c# windows application(on windows 2000 professional) which retrieves data from MS outlook and store it in an XML File. When i tried to execute it, an error occurs saying that the reference is not found. I f ...Show All
.NET Development Diff Bet VS .net and VS
Hello I have read many documentation, but cannot really get this figured. In the old world(with out the .NET) a visual basic program in VStudio created .exe, which could be executed in Windows. In the .NET world, using the VB .NET the documentation says that it would create a (Intermediatary Language) IL. This then becomes native language and then native language gets executed on the CRL. Can some explain what this is all about, ...Show All
Visual Studio Tools for Office MailItem Properties
Hi I would like to set custom properties on a mailtiem. The custom proerties needs to be accessible for all user, so I guess the UserProperties won't work. Is there some other way of doing this The actual need is to set a reference number which is GUID that can identify the mailitem in the future. please help Hi, You will be able to get a much quicker and effective response by posting this question ...Show All
Visual Studio Team System Using WorkItemType, State, etc. in Event Filter
Hi, I'm trying to create an event filter using VSEFL(Visual Studio Event Filter Language) as described in "Team Foundation Eventing Service.doc" in exntensibility kit. The event filter I'm trying to create is "send a email when a bug is closed" i.e. fire iff WorkItemChangedEvent is fired. Its WorkItemType is Bug. Its State is Closed. For WorkItemChanged event, following fields are defined in WorkItemChangedEvent.xsd. PortfolioProject AreaNod ...Show All
Windows Forms Datagridview and scroll bars...
First... very cool component! I built a very quick webservice which returns and imageid,category and imagedata(thumbnail size) Created a winform with the datagridview set the rows autosize property to display the whole image (small) the Scrollbars property was set to ...Show All
Visual Studio 2008 (Pre-release) Border.Measure sets DesiredHeight to zero if the Border.Height is zero?
Does the Border.Measure() function return zero for the height if the current border height is zero, regardless of its contents It seems to, but that's surprising to me. When I call Measure() it seems to set DesiredSize.Height correctly in the normal case, but if I programmatically set the Height or MaxHeight to zero, Measure() always sets DesiredSize.Height to zero. Here's some XAML and code that demonstrates the problem: ...Show All
Software Development for Windows Vista Defining private field using xoml
Hi all, At the moment I'm authoring a workflow using xoml instead of c# code. I want to add a private datamember to the workflow definition. I thought I've once seen someting like: <x:field .... InitExpression="..." xmlns:x="Definition"> Q: Is there some kind of xoml definition for a field, if so, how is it used Regards, Ronald Ronald, Support for field declaration in xoml has been r ...Show All
Visual C# Extensibility
The new spacing configurations in VS2005 are fantastic. In fact, they are so great that they have inspired me with the desire to write an AddIn that allows me to perform even more spacing logic that I particularly like. Is something like this sound possible You might want to try asking this question on the C# fourms as people over there might have a better idea of the formatting tools that currently exist for C#. I'll look around an ...Show All
Visual Basic Weeknumber
How do i get the weeknumber in Visual Basic 2005 Express edition Well that doesn't work for me. There's an interesting article about this here http://www.thecodeproject.com/csharp/GregToISO.asp msg=396665 The code is in C# but shouldn't be too difficult to convert ...Show All
Visual C++ why I can't use "cin" or "cout" when I making a 64bit program?
I built a simple program with VC++6.0 and Microsoft Platform SDK,the code is : #include <stdio.h> #include <iostream.h> int main() { int r; double mj; cout<<"put in r:"<<endl; cin>>r; mj=3.1415926*r*r; printf("mj is%d",mj); getchar(); return 0; } but I got an error message: libcimtd.lib(iostrini.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator ...Show All
SQL Server SP1 Installer Can't Connect
The installer for SP1 can't seem to connect to my unnamed instance of SQL Server 2005 Developer, even though: I'm using Windows Authentication (don't ask...) I can connect with no problem using SSMS using those exact same credentials Anyone know how to get this to work I've downloaded the installer from our MSDN Subscription, so I can't imagine what the issue could be (and I'm just a dev, not a DBA). Thanks, Rob ...Show All
Windows Forms TableLayout help needed in setting up.
I am trying a simple Usercontrol and I would like to use the tableLayoutPanel,but Cannot work it out how to make the various Columns resize accordingly. the control (Folder Browser Locator) consists of (Label- text- Button) You can already immagine how it should work The label should be allowed to autosize and it's column grow accordingly but fixed otherwise The text should grow in length only if the user tries to resize the control ...Show All
Visual Studio Team System Installing VSS
Is it safe to install VSS 6.0d on the same server as Team Foundation Server RC We're migrating to new hardware and need to keep VSS around awhile while we move to TFS. Thanks, Toby, TFS and VSS can exist side-by-side. Please see the following post for more information including information about solution binding and switching between VSS and TFS: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=240790&SiteID=1 Thanks, ...Show All
Visual Studio Tools for Office How can I insert and work with images?
I have a program running on a linux server that serves out barcodes for reports. I created a web service in c# that grabs the barcode graphic from the server and returns a base64-encoded string of the barcode image the server creates. I want to insert this graphic in the upper-right hand corner of the word document and I'm thinking the header is a good place for it, but I'd also like to consider positioning a floating image as well. I've bee ...Show All
