Peter Stephensen,
two questions:
1) I thought PB didn't allow OCX files? If so how can you do this?
2) Do you know if this function can display HTML files as well?
------------------
-Greg
two questions:
1) I thought PB didn't allow OCX files? If so how can you do this?
Code:
declare function HtmlHelp Lib "hhctrl.ocx" alias "HtmlHelpA" _ (byval hwndCaller as long, _ pszFile as asciiz, _ byval uCommand as long, _ byval dwData as long ) as long
------------------
-Greg
Comment