Results 1 to 10 of 10

Thread: Help files

  1. #1

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628

    Question 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

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    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

  3. #3

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628
    cool but i want to know how to put it in my project.

  4. #4
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    VB Code:
    1. With CommonDialog
    2.   .HelpFile = APP_HELPFILE
    3.   .HelpCommand = cdlHelpKey
    4.   .HelpKey = "Contents" ' change to whatever topic you want opened
    5.   .Action = 6
    6. End With

  5. #5

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628
    thanks for the code but how do you use it?

  6. #6
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    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

  7. #7
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    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.

  8. #8

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628
    goodie! thanks cafeen man. you helped me out a lot.

  9. #9

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628
    oh yeah... and nightwalker too

  10. #10
    Lively Member sandin's Avatar
    Join Date
    Nov 2001
    Location
    From Your Heart!!!!
    Posts
    68

    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
  •  



Click Here to Expand Forum to Full Width