|
-
August 2nd, 1999, 04:10 PM
#1
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.

Makers of NeoTrace, NeoLite, and other upcoming products
http://www.neoworx.com/
-
August 5th, 1999, 07:01 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|