CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    Holland
    Posts
    34

    Context menus like winzip...

    Hi,
    I'm developing an app that when you rightklick on a diectory adds an option to the windows explorer context menu (Run as mod...) Just like zinip or winrar do.
    Can naybody give me some help on this?

    Thanks a lot.


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Context menus like winzip...

    I think this link might help you. It's an article that shows how to add "View As Text" option to all unknown file types in VBScript. The concept should be the same.
    http://www.zdnet.com/pcmag/pctech/co...ns/oe1806c.htm


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