: How do I get the "Properties - ..." dialog box with code? I mean, the one you get right-clicking a file and selecting "Properties". Is it a function? An interface method? Any help appreciated._____________________________
:
ColdShine
: http://www16.brinkster.com/rafonline
:
The good place to start is MSDN:
look for "Shell Programming"...
The essence of this is that Windows Explorer exposes some interface to work with, so you can adjust the Explorer's behaviour... I never done it myself, but guys from our company did it. They used a book called "Shell Programming"...
Good luck!