adding help file to vb project

Status
Not open for further replies.

ayush_chh

Ambassador of Buzz
hi guys!

i am doing my VB project right now and got this problem. i have successfully compiled a help file ( .chm) and i have also linked that file in HelpFile of project. so i get the helpfile whenever i press F1.

what i want to do is , i have a menu 'Help' and i want to load this help file when i click on this Help menu. i.e click event of this menu.

pls help ......its urgent....:-|


thanks
 

dheeraj_kumar

Legen-wait for it-dary!
Code:
Shell "winhelp /path/helpfile.hlp", vbnormalfocus

*www.freevbcode.com/ShowCode.asp?ID=2228

Add the code to the menu. Thats the only difference.
 
OP
ayush_chh

ayush_chh

Ambassador of Buzz
can i also use this with .chm files

like shell "winhelp /path/helpfile.chm", vnnormalfocus
 
OP
ayush_chh

ayush_chh

Ambassador of Buzz
it gives me an error....... .chm not supported by winhelp......:(

what can be the problem???
 
Status
Not open for further replies.
Top Bottom