Microsoft
Software
Hardware
Network
Question : How to find CD Burning folder path in c# and operating system as a XP?
I am using a SHGetFolderPath() function to get CD Burning staging area folder. but it is doing nothing.The code is running but I didnot get anything. the code is follow:
[DllImport("shell32.dll")]
static extern int SHGetFolderPath(IntPtr hwndOwner, int nFolder, IntPtr hToken,uint dwFlags, out string pszPath);
SHGetFolderPath(IntPtr.Zer
o, 0x003b, IntPtr.Zero, 0x0000, out _cdBurnPath);
Is there any other way to find path of CD Burning folder? Or I am missing in above code?
Answer : How to find CD Burning folder path in c# and operating system as a XP?
other way;
try it on Environment.....you might explore a way for it.
1:
string special1 = System.Environment.GetFolderPath(Environment.SpecialFolder.InternetCache);
Random Solutions
How do you make a note of a POST request that is made by browser
Microsoft Access 2003 not closing process on Windows 7
Trying to change selection in DDL but when i read it i get the programticlly set value
Strictly Dreamweaver: Anyone with experience on RSS extension to Dreamweaver CS4 out there?
Active Directory Query
Cisco 871 router; telnet
Windows Server 2008 Small Business Premium Install Issue
VB .Net 2008 Express Deploy Application
Can't logon "The local policy of this system does not permit you to logon interactively."
Alter Table Alter Constraint