ShellExecute(hwnd, file, "properties", ..) not working
I'm trying to use ShellExecute to show a property page for an exe and a dll, but it's not working. It's returning SE_ERR_NOASSOC (no association).
Is the "properties" operation for ShellExecute not implemented?
ShellExecute(hwnd, fileandpath, "properties", NULL, path, SW_SHOWNORMAL);
Hmm.
Ryan
NeoWorx Inc.
http://forums.codeguru.com/
Makers of NeoTrace, NeoLite, and other upcoming products
http://www.neoworx.com/
Re: ShellExecute(hwnd, file, "properties", ..) not working
I have the same problem in VB.
But, "properties" is a verb and must be the second (not third) parameter.