Results 1 to 3 of 3

Thread: Vb program need to import the windows help file

  1. #1
    Join Date
    Jan 2009
    Posts
    36

    Vb program need to import the windows help file

    Hi,

    In my vb program I need to import the windows help file please help me with the code for the same!

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Vb program need to import the windows help file

    first you need to download Helpwriter32.exe for windows from the web(available free). using this you need to create the .hpj and .hlp files .

    after making the help file(.hlp) you could reference it using a commondialog

    Code:
    Private Sub mnuHelp_Click()
       Const cdlhelppartialkey = &H3
       CommonDialog1.HelpCommand = cdlhelppartialkey
       CommonDialog1.Action = 6
    End Sub

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: Vb program need to import the windows help file

    I think what you need is something like this!

    http://www.helpscribble.com/vb.html

    I hope this helps you!

Similar Threads

  1. Windows Movie Maker not able to import a MP3 file
    By Fatendra in forum Windows Software
    Replies: 5
    Last Post: 22-03-2011, 09:58 AM
  2. Unable to import mp4 file ind Windows xp
    By Terawa in forum Windows Software
    Replies: 3
    Last Post: 31-01-2011, 07:22 AM
  3. Import pst file in Windows live mail
    By Drogbaa in forum Technology & Internet
    Replies: 6
    Last Post: 07-05-2010, 10:51 AM
  4. How to import pst file into Windows mail
    By Israar in forum Technology & Internet
    Replies: 7
    Last Post: 17-02-2009, 11:33 PM
  5. Can't Import .pst file into Windows Mail
    By taher in forum Windows Vista Mail
    Replies: 2
    Last Post: 13-04-2007, 06:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,493,184.36328 seconds with 16 queries