Jun 18, 2002 #1 skyplayer Programmer May 28, 2002 13 HK I would like to make a help function in a VB project, but how can I create a help (*.hlp) file so I can call it out? Thanks
I would like to make a help function in a VB project, but how can I create a help (*.hlp) file so I can call it out? Thanks
Jun 19, 2002 #2 TheVampire Programmer May 1, 2002 828 US Use a help editor to create the .hlp file. A very good free one is here: http://www.danish-shareware.dk/soft/shelpm/index.html Once you create the .hlp file, use a CommonDialog control to set the help file name, and the Show method to open the help. RT Upvote 0 Downvote
Use a help editor to create the .hlp file. A very good free one is here: http://www.danish-shareware.dk/soft/shelpm/index.html Once you create the .hlp file, use a CommonDialog control to set the help file name, and the Show method to open the help. RT
Jun 19, 2002 #3 dsi Programmer Mar 13, 2000 964 US You may also want to check out faq222-1111. Upvote 0 Downvote