Joreel Newbie
Joined: 04 Mar 2005 Posts: 4
|
Posted: Mar 28th, 2005 11:47 PM Post subject: Help On Help |
|
|
Im using Compiled windows help with the extension .hlp
heres the problem.........
'Display the Help contents
nRet=OSWinHelp(Me.hwnd,App.HelpFile,3,0) <-------OK
'To Display the Help Index
nRet=OSWinHelp(Me.hwnd,App.HelpFile,261,0) <-------OK
'For Contents
3,0
'For Index
261,0
'For Index
? <-------This is the Problem i dont know the Number
Does anyone know if what is the number for Help Index?
I urgently need it pls help me. |
|