;
; ------------------------------------------------------------
;
;   PureBasic - Help example file
;
;    (c) 2003 - Fantaisie Software
;
; ------------------------------------------------------------
;

OpenHelp("..\..\PureBasic.chm", "MainGuide\history.html")

MessageRequester("Information", "Click to open the and old .hlp file", 0)
CloseHelp()

OpenHelp(OpenFileRequester("Choose an .hlp file", "", "WinHelp files (*.hlp)|*.hlp", 0), "")