Results 1 to 4 of 4

Thread: RoboHelp

  1. #1

    Thread Starter
    Addicted Member smh's Avatar
    Join Date
    Oct 2000
    Location
    South Dakota, USA
    Posts
    249
    How do you call a RoboHelp file from VB?
    Normal is boring...

    smh

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    smh, do you mean the help file or the aplication?

    Help file you can use the CommanDialog control.
    Code:
    With CommonDialog1
        .HelpFile = "C:\live.hlp"
        .HelpCommand = cdlHelpContents
        .ShowHelp
    End With
    OR launching the RoboHelp, you can use Shell or ShellExecute API function call

  3. #3

    Thread Starter
    Addicted Member smh's Avatar
    Join Date
    Oct 2000
    Location
    South Dakota, USA
    Posts
    249
    Just a Help File.

    Thanks
    Normal is boring...

    smh

  4. #4
    Guest

    check this out from VB API....

    http://www.vbapi.com/ref/w/winhelp.html

    shows a great example and is better
    than lugging the weight of the commondialog control...

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