File properties dialog box
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I want to call the file properties dialog box, the one when you right clik in a file or in many files usind the explorer and them click ont the properties menu... I heard about many ways, one is calling an api(the worst way, I think), other is add a reference to the shell32.dll, and i heard about something in the System.Diagnostics.Process... Does anyone knows one of these ways or other ways? Thanks in advance.