|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to get full path for "Program Files" folder?I'm using VB 2005. How to get the full path for "Program Files" folder in
Windows, ie. either it is C:\Program Files or D:\Program Files or etc.? How about the full path of "Windows" folder? (either C:\Windows or C:\WINNT etc.) Thanks for replying... "pedestrian via DotNetMonster.com" <u16758@uwe> schrieb: <URL:http://groups.google.de/group/microsoft.public.dotnet.languages.vb/msg/7ab94ed877bbf187>> I'm using VB 2005. How to get the full path for "Program Files" folder in > Windows, > ie. either it is C:\Program Files or D:\Program Files or etc.? > > How about the full path of "Windows" folder? (either C:\Windows or > C:\WINNT > etc.) -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> pedestrian via DotNetMonster.com wrote:
> I'm using VB 2005. How to get the full path for "Program Files" folder in Console.WriteLine( _> Windows, > ie. either it is C:\Program Files or D:\Program Files or etc.? > System.Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles)) -- Tom Shelton Thanks to both of you, Herfried and Tom...
Saving changes made in DataGridView
hex to unicode: problem Atomic Operation? how to force a 'SyncWithCurrencyManager' update Generic collection question Are codes ran in try blocks expensive? DatagridView Column Headers in VB, String '=' is two orders of magnitude slower than .Equals! how to make a mouseup event called only once during a double click event? DefaultValueAttribute And Array Properties |
|||||||||||||||||||||||