Showing Property Page for a file
Given a file and path, I'd like to programmitcally open up the files Properties property page. Just like the user had right clicked on the file in Explorer and choosen "Properties". Any ideas? Will ShellExecute() work, and if so, with what action ("Properties"?)?
Thanks,
Ryan
NeoWorx Inc.
http://forums.codeguru.com/
Makers of NeoTrace, NeoLite, and other upcoming products
http://www.neoworx.com/
Note to self: RTMF before posting
Nevermind. That's EXACTLY what you need to do. ShellExecute(.."Properties"..)
Sorry to clutter the air.
Ryan
NeoWorx Inc.
http://forums.codeguru.com/
Makers of NeoTrace, NeoLite, and other upcoming products
http://www.neoworx.com/