|
-
Jan 10th, 2003, 01:17 PM
#1
Thread Starter
Addicted Member
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
-
Jan 10th, 2003, 01:41 PM
#2
Thread Starter
Addicted Member
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?
-
Jan 10th, 2003, 02:05 PM
#3
Thread Starter
Addicted Member
I found it...
Windows.Forms.Help.ShowHelp(Me, "<path>\file.chm")
Sorry bout that, should have searched harder first.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|