Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: New to C# Pin
sreejith ss nair23-Aug-04 22:43
sreejith ss nair23-Aug-04 22:43 
GeneralRe: New to C# Pin
S Sansanwal23-Aug-04 23:52
S Sansanwal23-Aug-04 23:52 
GeneralRe: New to C# Pin
billb211224-Aug-04 3:41
billb211224-Aug-04 3:41 
GeneralRe: New to C# Pin
Nick Parker24-Aug-04 4:48
protectorNick Parker24-Aug-04 4:48 
GeneralMicrosoft Visual Studio.NET IDE Help Required Pin
nutkase23-Aug-04 19:22
nutkase23-Aug-04 19:22 
GeneralRe: Microsoft Visual Studio.NET IDE Help Required Pin
leppie23-Aug-04 21:41
leppie23-Aug-04 21:41 
GeneralRe: Microsoft Visual Studio.NET IDE Help Required Pin
nutkase24-Aug-04 1:44
nutkase24-Aug-04 1:44 
GeneralRe: Microsoft Visual Studio.NET IDE Help Required Pin
Heath Stewart24-Aug-04 7:48
protectorHeath Stewart24-Aug-04 7:48 
As with most things, this is actually stored in the registry. Take a look at the HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\Version\VC\VC_OBJECTS_PLATFORM_INFO\Win32\Directories key. You may need to restart the environment (the IDE) after changing that, however.

To access this programmatically, if you look in the MSDN Online Library[^] you will find the VCPlatform object, which exposes those directories as properties. This is not in the EnvDTE.dll assembly, however. You must reference Microsoft.VisualStudio.VCProjectEngine.dll. IIRC, you should be able to cast (performs a QueryInterface on the COM component) from a Project object defined in the EnvDTE.dll assembly.

 

Software Design Engineer
Developer Division Sustained Engineering, Microsoft
My Articles
GeneralRe: Microsoft Visual Studio.NET IDE Help Required Pin
Heath Stewart24-Aug-04 7:38
protectorHeath Stewart24-Aug-04 7:38 
QuestionHow do you create skins in c-sharp .net, or atleast custom-made buttons? Pin
Pyro Joe23-Aug-04 16:00
Pyro Joe23-Aug-04 16:00 
AnswerRe: How do you create skins in c-sharp .net, or atleast custom-made buttons? Pin
S Sansanwal23-Aug-04 18:35
S Sansanwal23-Aug-04 18:35 
QuestionHashtable reading text file??? Pin
gman4423-Aug-04 12:50
gman4423-Aug-04 12:50 
AnswerRe: Hashtable reading text file??? Pin
Nick Parker23-Aug-04 13:36
protectorNick Parker23-Aug-04 13:36 
GeneralRe: Hashtable reading text file??? Pin
gman4423-Aug-04 14:50
gman4423-Aug-04 14:50 
GeneralRe: Hashtable reading text file??? Pin
Kika_24-Aug-04 1:46
Kika_24-Aug-04 1:46 
GeneralUndo/Redo and dynamic lists in Property Grid Pin
smartyosu23-Aug-04 12:33
smartyosu23-Aug-04 12:33 
GeneralRe: Undo/Redo and dynamic lists in Property Grid Pin
leppie23-Aug-04 21:44
leppie23-Aug-04 21:44 
GeneralRe: Undo/Redo and dynamic lists in Property Grid Pin
Heath Stewart24-Aug-04 7:33
protectorHeath Stewart24-Aug-04 7:33 
GeneralForcing a class to provide a specific ctor Pin
matthias s.23-Aug-04 11:45
matthias s.23-Aug-04 11:45 
GeneralRe: Forcing a class to provide a specific ctor Pin
Werdna23-Aug-04 12:09
Werdna23-Aug-04 12:09 
GeneralThanks! Pin
matthias s.23-Aug-04 12:55
matthias s.23-Aug-04 12:55 
GeneralRe: Forcing a class to provide a specific ctor Pin
Charlie Williams23-Aug-04 12:11
Charlie Williams23-Aug-04 12:11 
GeneralFileStrea,m Pin
Christian Graus23-Aug-04 11:28
protectorChristian Graus23-Aug-04 11:28 
GeneralRe: FileStrea,m Pin
Colin Angus Mackay23-Aug-04 11:36
Colin Angus Mackay23-Aug-04 11:36 
GeneralRe: FileStrea,m Pin
Christian Graus23-Aug-04 11:59
protectorChristian Graus23-Aug-04 11:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.