CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Dayton, OH
    Posts
    55

    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/

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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
  •  





Click Here to Expand Forum to Full Width

Featured