VB Help files
-
I apologise that this may be documented already but i wish to create help files for my VB project. AT first i was looking at HTML help files and i looked up all the documentation on this. However, i heard that it is possible to create help files from VB without the need to download anything. is this possilbe? if so, where would i find information or instructions regarding it? Any help would be greatly appreciated!
-
I apologise that this may be documented already but i wish to create help files for my VB project. AT first i was looking at HTML help files and i looked up all the documentation on this. However, i heard that it is possible to create help files from VB without the need to download anything. is this possilbe? if so, where would i find information or instructions regarding it? Any help would be greatly appreciated!
You can use RTF (using msWord for example) and convert them to *.hlp file (traditional Winhelp) I read about that in (SAMS teach yourself VB6 in 12 days).. but I did not try it myself