|
-
Jul 4th, 2004, 09:45 AM
#1
Thread Starter
Lively Member
Embedded help file [Gave up on]
It's me again with a question about accessing an embedded *.chm file. I have a Help.chm file embedded as a compiled resource in my form/program. My question is how can I open and show the file?
Would maybe something with Process.Start("whatever.EXE", "\Help.chm") work? I haven't found the associated program that launches CHM files.
So far this is what I have and it's a dud.
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Help.ShowHelp(Me, "Helpme.chm")
End Sub
Last edited by teamdad; Jul 5th, 2004 at 02:15 PM.
-
Jul 5th, 2004, 08:51 AM
#2
Fanatic Member
If your project has a default namespace defined, you might need to prefix the help file name with it:
-
Jul 5th, 2004, 01:03 PM
#3
yay gay
I dont believe you can do it as you'll have to have a phisically created file in your hard drive
\m/  \m/
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
|