|
-
Nov 23rd, 2000, 01:51 PM
#1
Thread Starter
New Member
hey guys,
how do you link help files done in microsoft word to visual basic?
-A-
-
Nov 23rd, 2000, 02:08 PM
#2
Member
Have you got Help Workshop? I'm assuming you have, and that you've managed to compile your .rtf files into a .hlp file? If not you can download Help Workshop or HTML Help Workshop from Microsoft's ftp site. If you've done all that the option you need is found under Project - then the bottom menu item of ProjectName Properties (or at least it is in VB5.
Hope this helps
VB5 Enterprise, C++Builder 5, JBuilder 3.5 (so far unused  )
-
Nov 23rd, 2000, 03:45 PM
#3
Or use the Shell function.
Code:
Shell "Winhelp MyFile.hlp", 1
-
Nov 23rd, 2000, 04:42 PM
#4
Addicted Member
I would reccommend using HTML Help helf files as they are much easier to create a fairly easy to use in VB
You can also do context based help and help from dialog boxes etc.
The only downside is the user must have HTML Help installed on there computer however I think it is installed as standard from Win98 upwards so not too much of a problem.
If you would like some more info or sample code, feel free to drop me a line
Regards
Matt Brown
Hamilton, NZ
VB6 C++ in Visual Studio 6sp4
VB.net Beta 1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|