1, the use of function of pb showhelp
Showhelp (" help. CHM, "Finder!)
Help. CHM is the name of the help file
2, the use of the calling application function run
The run (" hh. Exe help. CHM ")
Help. CHM should contain an absolute path, example is the current directory
3, the use of API functions
Illustrate the API function
The Function Long HtmlHelpA (Long HWND, String lphelpFile, Long wCommand, String dwData)
Library "HHCTRL. Ocx
"Call API function
//declare variables
Long HH_DISPLAY_TOPIC=0
HtmlHelpA (handle (this), "help. CHM" + "& gt;" + "w_main, HH_DISPLAY_TOPIC," conn_check_messages. HTM ")
//w_main is the window that opens the help file name
More on http://blog.csdn.net/xutong
CodePudding user response:
jfCodePudding user response:
To learn from youCodePudding user response:
A little difficulty ohCodePudding user response:
Support her Lord, collectionCodePudding user response:
Have any PB can master to moonlight as a training instructor? If an interested friends, please send resume
To: [email protected], please contact: QQ: 174629429 MSN:[email protected]
CodePudding user response:
Thanks to the can achieve!CodePudding user response:
jf