Results 1 to 3 of 3

Thread: Embedded help file [Gave up on]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    127

    Unhappy 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.

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