Results 1 to 2 of 2

Thread: How to use a command button ?

  1. #1

    Thread Starter
    Lively Member Adrian Koh's Avatar
    Join Date
    Jan 2001
    Location
    Johor, Malaysia
    Posts
    64
    How to use a command button to load a help file.

    Thanks
    VisualBasic5.0ServicePack3

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Code:
    Private Sub Command1_Click()
        App.HelpFile = "Location of your file'"
    End Sub

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