Results 1 to 4 of 4

Thread: i need help with help files

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    5

    Question

    hey guys,
    how do you link help files done in microsoft word to visual basic?
    -A-

  2. #2
    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 )

  3. #3
    Guest
    Or use the Shell function.
    Code:
    Shell "Winhelp MyFile.hlp", 1

  4. #4
    Addicted Member
    Join Date
    Aug 1999
    Location
    Hamilton, New Zealand
    Posts
    137
    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
  •  



Click Here to Expand Forum to Full Width