Results 1 to 3 of 3

Thread: Launching Help file from menu choice... *resolved*

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164

    Thumbs up Launching Help file from menu choice... *resolved*

    Hey,

    I have a menu choice of mnuViewHelp. On the mnuViewHelp_click event, I would like to open my CHM (compiled Help file). Is there any other way to launch/open this file besides using the ShellExecute function? Or is the ShellExecute the only way?

    You don't need to post the ShellExecute code, I have that. But I was just wondering if .NET had something built in so that it recognizes Help files, etc.

    thanks,
    Last edited by Shurijo; Jan 10th, 2003 at 02:35 PM.
    -Shurijo

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164

    Unhappy

    Okay. My ShellExecute doesn't work for CHM files. It works fine for exe and batch files.

    So any ideas on how I could open this?
    -Shurijo

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164

    Talking

    I found it...

    Windows.Forms.Help.ShowHelp(Me, "<path>\file.chm")

    Sorry bout that, should have searched harder first.
    -Shurijo

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