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