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

    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.

    Makers of NeoTrace, NeoLite, and other upcoming products
    http://www.neoworx.com/

  2. #2
    Join Date
    Jul 1999
    Location
    Dayton, OH
    Posts
    55

    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.

    Makers of NeoTrace, NeoLite, and other upcoming products
    http://www.neoworx.com/

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