|
-
Nov 22nd, 2002, 04:52 PM
#1
Thread Starter
Lively Member
Open Help File
I have fisnih a application in VB. I created a .hlp file.
How do i add this to be opened or incorporate with F1 key.
well 2 parts
1. Command to open the help file
2. How to open on f1 by default.
-
Nov 22nd, 2002, 05:08 PM
#2
Thread Starter
Lively Member
Still searching
I'm searching the forum and cant see anything on this yet
-
Nov 22nd, 2002, 05:29 PM
#3
Thread Starter
Lively Member
Got it
Private Sub Form_Load()
App.HelpFile = App.Path & "\foo.chm"
End Sub
-
Nov 22nd, 2002, 11:46 PM
#4
Addicted Member
HELP REPLAY
for opening it using command button click
ShellExecute Me.hWnd, "Open","YOUR FILE NAME" , "", "", SW_SHOWNORMAL
FOR F1 CLICK, U PLS SET THE 'HELP CONTEST ID ' PROPERTY OF EACH CONTROL. I THINK IT IS HELPFUL FOR U.....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|