Up |
DEPRECATED
Open a local help file (*.chm).
fun [ObjWin P] ObjHelp
Return : ObjHelp always nil (object never created)
fun main ()=
let _CRwindow _channel nil 0 0 640 480 WN_NORMAL "Test Help file" -> win in
(
_OPENhelp win _checkpack "tests/os2d/window/17/help_mytool.chm";
// do another things
);
0;;
This should not use to a new application. You could use _openbrowserhttpP instead.