Click to See Complete Forum and Search --> : ShellExecute(hwnd, file, "properties", ..) not working


Ryan@Neoworx
August 2nd, 1999, 04:10 PM
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://www.neotrace.com/img/gettrace_b.gif
Makers of NeoTrace, NeoLite, and other upcoming products
http://www.neoworx.com/

Lothar Haensler
August 5th, 1999, 07:01 AM
I have the same problem in VB.
But, "properties" is a verb and must be the second (not third) parameter.