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


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


source


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


source







All Articles