Annicola
May 20th, 1999, 11:04 AM
I have created some simple help files with RoboHelp that I would like to incorporate into my application. When I run the .hlp file on its own it brings up the Contents and Index interface the way I want it to. When I run the help file from my application using this code:
dlgFileOpen.HelpFile = "c:\Help.hlp"
dlgFileOpen.HelpCommand = cdlHelpContents
dlgFileOpen.ShowHelp
it opens the first topic. Is there a way that I can make it bring up the Contents and Index from my application???
Thanks for any help.
dlgFileOpen.HelpFile = "c:\Help.hlp"
dlgFileOpen.HelpCommand = cdlHelpContents
dlgFileOpen.ShowHelp
it opens the first topic. Is there a way that I can make it bring up the Contents and Index from my application???
Thanks for any help.