Hello ,
I'm using robohelp the last version to make a file .chm which there i can include my online manual.I design it in the robo and when i compile it the robo makes an chm file.So far enerything is ok.But the problem starts with powerbuilder 7.03.PB has ready function to call hlp files but it doesn't have function to call chm files.I have tried to declare an local external function to call an api.I wrote the following code in the declaration area
"Function long HtmlHelp(long hwndCaller,string pszFile, long uCommand , any dwData ) Library "HHCtrl.ocx" "
HHCtrl.ocx is an active x control which can call htmlhelp function where you can pass arguments.I wrote down the following code
"ll = HtmlHelp(0, "c:\zakshare\testhelp\resources.chm", HH_DISPLAY_TOPIC , "c:\zakshare\testhelp\poroi.htm" )" but the main problem exists.I cannot open the chm file.Can you help me ???Thank you
I'm using robohelp the last version to make a file .chm which there i can include my online manual.I design it in the robo and when i compile it the robo makes an chm file.So far enerything is ok.But the problem starts with powerbuilder 7.03.PB has ready function to call hlp files but it doesn't have function to call chm files.I have tried to declare an local external function to call an api.I wrote the following code in the declaration area
"Function long HtmlHelp(long hwndCaller,string pszFile, long uCommand , any dwData ) Library "HHCtrl.ocx" "
HHCtrl.ocx is an active x control which can call htmlhelp function where you can pass arguments.I wrote down the following code
"ll = HtmlHelp(0, "c:\zakshare\testhelp\resources.chm", HH_DISPLAY_TOPIC , "c:\zakshare\testhelp\poroi.htm" )" but the main problem exists.I cannot open the chm file.Can you help me ???Thank you