精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● Powerbuilder>>使用API>>Re: pb中怎样调用html格式的帮助文件?

主题:Re: pb中怎样调用html格式的帮助文件?
发信人: lidux()
整理人: leitiger(2002-06-05 23:59:49), 站内信件
【 在 plug (3A) 的大作中提到: 】

1. De the functions:
Function Long HtmlHelpA (long hwnd ,string lpHelpFile , long wCommand,
 string dwData) Library "hhctrl.ocx" 
2. Add the script that display the Topic help informations.
htmlhelpA(handle(parent), "abc.chm" + &
">" + "main", HH_DISPLAY_TOPIC, "def.htm")
3.done

Good Luck!

lidux



--
※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.102.228.36]

[关闭][返回]