Calling a helpfile (again) 
Author Message
 Calling a helpfile (again)

I'm sorry David, i was afraid i was not clear enough.
When pushing the F1 button you get the "MAIN opening help screen".
I want this emulated without pressing F1 (i want to have a menu entry).
In programming form i only get topics,index etc. wich i don't need.

Hans



Quote:
> Here's one way:

> Set the App object's HelpFile property and set a form's HelpContextID
> property to the number of a topic in the help file. Now when the user
> presses F1 the help file will be opened at that topic. If you want a
> topic about a specific control set the control's HelpContextID and
> this will be used in preference to the HelpContextID of the form.




Quote:
> > hi,
> > How can i call a helpfile within VB as if i was pressing the F1 button.
> > With this type of programming i only get the index or content of my
> > helpfile:

> >     cdbopen.HelpFile = App.Path + "\DXulator.hlp"
> >     cdbopen.HelpCommand = &HB
> >     cdbopen.ShowHelp

> > thanks!
> > Hans van den Tillaart



Fri, 29 Jul 2005 16:03:27 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. App.HelpFile= / CommonDialog.HelpFile=

2. app.helpfile for vb 3.0 with helpfile 4.0

3. calling a helpfile

4. Problems with calling a helpfile

5. Programatically Calling HelpFile w/ ContextID

6. !!TRYING AGAIN FOR INFO ON CALLING BEEPER WITH VB

7. Calling C DLLs (again)

8. Again I call upon you for help

9. API call to disable network and to enable it again

10. VBA on again off again

11. Printer object again and again

12. Again and Again, Bold text in a Listview

 

 
Powered by phpBB® Forum Software