|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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! |
![]() |
|
Tags: import, vb program, windows help file |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows Movie Maker not able to import a MP3 file | Fatendra | Windows Software | 5 | 22-03-2011 09:58 AM |
Unable to import mp4 file ind Windows xp | Terawa | Windows Software | 3 | 31-01-2011 07:22 AM |
Import pst file in Windows live mail | Drogbaa | Technology & Internet | 6 | 07-05-2010 10:51 AM |
How to import pst file into Windows mail | Israar | Technology & Internet | 7 | 17-02-2009 11:33 PM |
Can't Import .pst file into Windows Mail | taher | Windows Vista Mail | 2 | 13-04-2007 06:10 PM |