|
-
Apr 8th, 2002, 10:12 PM
#1
Thread Starter
Fanatic Member
Help files
How do i make it so if i click something my help file will appear? and is there a place where i can get a good help file maker? thx
-
Apr 8th, 2002, 10:15 PM
#2
There's that comes with vb. I downloaded a really good hfm but I can't remember when I got it from.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Apr 8th, 2002, 10:19 PM
#3
Thread Starter
Fanatic Member
cool but i want to know how to put it in my project.
-
Apr 8th, 2002, 10:22 PM
#4
PowerPoster
VB Code:
With CommonDialog
.HelpFile = APP_HELPFILE
.HelpCommand = cdlHelpKey
.HelpKey = "Contents" ' change to whatever topic you want opened
.Action = 6
End With
-
Apr 8th, 2002, 10:22 PM
#5
Thread Starter
Fanatic Member
thanks for the code but how do you use it?
-
Apr 8th, 2002, 10:23 PM
#6
1. Click on the properties option of ur project.
2. Enter the directory of the helpfile along with the helpfile name into the HelpFile textbox.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Apr 8th, 2002, 10:26 PM
#7
PowerPoster
you put it in your mnuHelpContents menu. It should be App.Helpfile, not App_Helpfile. That's a property from my projects, but not the way it's normally done.
-
Apr 8th, 2002, 10:27 PM
#8
Thread Starter
Fanatic Member
goodie! thanks cafeen man. you helped me out a lot.
-
Apr 8th, 2002, 10:27 PM
#9
Thread Starter
Fanatic Member
oh yeah... and nightwalker too
-
Apr 8th, 2002, 11:20 PM
#10
Lively Member
try This!!!!
hi..
there is some software which connect to the vb namely,"HTML HELP WORKSHOP" by this software or u can use a software provvided by the vb tool.
In this software , first u have to create the html files in which u describe the help topic in it....
then by this software u give the ip to the html file then use this ip to assign the help to perticular form at the same time assign the hotkey for the help so that when u press the hotkeys the help will appear .
sandin
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
|