; ; ------------------------------------------------------------ ; ; PureBasic - Help example file ; ; (c) 2003 - Fantaisie Software ; ; ------------------------------------------------------------ ; OpenHelp("..\..\PureBasic.chm", "MainGuide\history.html") MessageRequester("Information", "Click to close the PureBasic help and open another old .hlp file", 0) CloseHelp() OpenHelp(OpenFileRequester("Choose an .hlp file", "", "WinHelp files (*.hlp)|*.hlp", 0), "")