I've created a simple table quiz program in VB6 and I want to load a help file (help.hlp) from within my code. I want the program to load the file when I select it in the Main Menu. I've tried using the load ("") function with the file file path in the double quotes but I get a "Compile Error: Type Mismatch".
Does anyone know what I am doing wrong or what function I need to load the file?
Thanks in advance.:)