How can I get a specific drive icon for any version of Windows?
In a .NET WinForms application, how can I get a specific drive icon (like C: \) for any version of Windows, the client can work?
+1
flipdoubt
source
to share
2 answers
I don't know if this will work, but you can try this pointing to the root of the drive.
+2
Marc gravell
source
to share
SHGetFileInfo is how the operating system provides information about objects in the file system. How do you call it from a .NET WinForms application? I can not help you.
0
Chris becke
source
to share