Display Name*'s Q&A profile
Visual Studio Team System new prosess template problem, cannot connect to sharpoint services
hi to all, i varry happy to find this forums... i am tryin to solve problem in team foundation server without success. the problem is: via Team Explorer i am trying to make a new process template by uploading the set of xml files to the foundation server. I get an error, in the errorlog it says, it can not make a connection to sharepoint services,...and says that the resean cannot be determined. Has any body had the same experien ...Show All
Visual C# A newbie question on Interfaces - How to call the methods?
hi, I'm new to C# and OO in general. I can't seem to undestand the pertinence of interfaces. From my understanding, the interfaces define the signature of the methods while the class implements these methods. How is this better than simply doing away with interfaces and simply implementing the method in the class Apologies for the rather novice question, an example to illustrate the pertinence of interfaces would ...Show All
Visual C# Why can't I see all the components from GAC in the "Choose Toolbox Items dialog / .NET Framework components tab" of Visual c# 20
I've downloaded a class library's source from the internet and built it in the Visual c# 2005 Express Ed succesfully. Afterthat I've Installed the dll to the Gac succesfully. I can see it in the directory "C:\WINDOWS\assembly". But I can't see either my component or some other components being in the GAC in the "Choose Toolbox Items dialog / .NET Framework components tab" of Visual c# Express 2005 What conditions the GAC assemblies hav ...Show All
Windows Forms Preventing control re-parenting on a design surface
I'm implementing a custom form editor in 2.0 based upon using DesignSurface et al. However one of the requirements of this editor is that any controls must not be re-parentable (ie once they are placed in a container on the form they cannot be dragged to another (or deleted either)) and I cannot see an easy way to accomplish this. I've tried hooking into 'componentchanging' and throwing an exception to abort the change but I'm seein ...Show All
Visual Studio August CTP
Hi I have a copy Visual Studio 2005 August CTP and would like to know when the matching Visual Studio SDK (VSIP) for August build will be available from the download page. http://www.vsipdev.com/downloads/ The August CTP of the SDK that is on the download page is for the Beta 2 version of Visual Studio. Thank You Mark Bob, Phil, Thanks for the explanation. Just to make sure I understand it correctly ...Show All
.NET Development passwordrecovery
Visual Web Developer 2005 Express Beta. The Login component PasswordRecovery gives an error that the 'from' email address needs to be set. I can not find anyplace where this can be set. Any ideas. There does not seem to be anyhelp available. PasswordRecovery uses MailDefinition to define the messages to send when creating a new user or resetting their password. You need to configure ...Show All
Software Development for Windows Vista ListView sorted column background color
How can I tell the listview to use the different background color for the column which is used for sorting Normally the whole background of the listview is white, if I sort in the explorer all files for size, the size column is darker. Steffen Sorry for the supid questions. The Vista SDK has an "Whats new in Vista" page where all messages and flags are listed. Despite the fact that the documentation is missing for the new stuff, I can see ...Show All
Software Development for Windows Vista Does Dec CTP have updated Ink analysis?
Does the Dec CTP of the Windows SDK include the pieces that were in the Mobile and Tablet SDK In particular the new Ink Analysis APIs Yes, the new Ink Analysis APIs are included in the Dec CTP of the Windows SDK. Just look for "Microsoft Tablet PC Ink Analysis Managed Library" when adding a reference to your WinForms project. ...Show All
Visual C++ Newbie question about const
Hi, I am newbie in VC++ and come across something that I dont quite understand but it should be pretty simple. During function prototyping what difference does the keyword const make for example DWORD GetPlatformID() const; versus DWORD GetPlatformID(); Thanks a bunch It tells the compiler that the GetPlatformID() method won't change an instance of the class. That is important if you ever want to call this method on an object that is ...Show All
Visual C# cd room
hi all, some one know how can i open de cd\dvd room in my c# App. tanksss, Luis Tirado|| xinpis@hotmail.com Hi, Here is a sample: http://www.publicjoe.f9.co.uk/csharp/snip/snip009.html Regards, Vikram ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Video in DirectX
Hi again =) So I made myself an "intro" movie... now.. how do I use it in directx c++ A little more information might be useful Are you just wanting to play the movie as part of a regular windows application, or as part of a Direct3D-based application Any particular version of DirectX, or just the latest-and-greatest DirectShow will be the component that's most likely to interest you - although it was recently moved to the Platform SDK ...Show All
Smart Device Development questions to windows mobile 5.0 emulator and visual studio 2005
Hello, I need the Window Mobile 5 Emulator to test pda-optimized html-pages. I've read that it is necessary to install Visual Studio 2005 Beta. Is that correct or is there also another solution (standalone version) I only want to test html-pages. Therefore I want to ask if I have to install the whole Visual Studio or only certain parts. Which parts do I need Thank you very much! Benedikt Hello, I have installed ...Show All
Visual C++ Access USB drive using VC++
hi all, I am currently working a project using VC++ 2005.. I wish to know is there anyway to do the USB drive access Take a look here: http://support.microsoft.com/default.aspx scid=kb;EN-US;q163503 Ronald Laeremans Visual C++ team ...Show All
Windows Forms Dispose method for my class library
I've made a class library and I want to add a dispose method to it. I've look into the MSDN-help, but I don't understand all this long code including protected overridable methods....... Can't this be done with som simple code. Public sub Dispose() '''what goes in here End sub I've tried whith GC.Collect() and GC.finalize(), but it dosn't seem to work. Any suggestions You should only ever impl ...Show All
Visual Studio Team System Does Business Intelligence Development Studio install when using SQL Server 2005 shipped with TFS ver 1.0
Did your install of TFS ver 1.0 also install Business Intelligence Development Studio (BIDS) We have done 2 installs and neither install enabled BIDS, even though we selected it from the Client Components. Any ideas p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm;margin-bottom:.0001pt;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';} .MsoChpDefault {;} .MsoPapDefault {m ...Show All
