Okay, this is probably a really really dumb so please don't laugh!!!
Anyway, I've created/compiled a help file but how do I run it from my application?
Thanks,
Dan
Printable View
Okay, this is probably a really really dumb so please don't laugh!!!
Anyway, I've created/compiled a help file but how do I run it from my application?
Thanks,
Dan
Just run with the "Shell" command the string:
"Start c:\path\File.HLP"
that's it.
You need to Shell WinHelp first.
Code:Shell "C:\WinHelp.exe MyHelpFile.hlp"