Link to home
Start Free TrialLog in
Avatar of vsvb
vsvb

asked on

Problem in HTML help

hi expert

i create a  .Chm in MS HTML HELP workshop and in that there is seval HTML pages
now i able to open help file form vb but now my problem is .....
 
i just pass some string variable through api (HtmlHelp or any) from vb so when i
call the function the help should be open and the html pages contain that string
will shown in display area when help file is pop up

for example if i pass thorugh vb variable="Process 2" then the html page which
contain "Process 2" word in it should be shown in help file

i really need this solution as early thanks for you time
vsvb
Avatar of cristy56
cristy56

can u show the code how you pass the var from VB api to the .chm file in your original program first ?

Cristy
This pdf may help u, pls take a look.

http://www.smountain.com/resource/VBHTMLHelp.pdf

Cristy
Avatar of vsvb

ASKER

hi cristy56
tx but actually that not figure it out how to do it to pass the string variable to helpfile and
display the topic which contain that string and this is my question actually !!!!!!!!

i agin repet my problem is in help file on find window when you search some word its search and open that page area wich contain that string i like same thing through vb that when i pass some string parameter to help file and it open with specified area which contain that string.. right now i am trying below api but still i not figure it out :(

Private Declare Function HTMLHelp Lib "hhctrl.ocx" Alias "HtmlHelpA" (ByVal hwndCaller As Long, ByVal pszFile As String, ByVal uCommand As Long, ByRef dwData As Any) As Long
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial