CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    4

    [RESOLVED] File Open event

    I want to write some code that looks for any opening of a .bat file then display a message box giving the user an option.

    Hope this is the right place.

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: File Open event

    You can create Windows Shell Extension which can handle the menu on BATCH files.

    http://www.codeproject.com/KB/shell/shellextguide1.aspx
    Regards,
    Ramkrishna Pawar

Tags for this Thread

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