Results 1 to 6 of 6

Thread: TO BE OR NOT TO BE THAT IS THE QUESTION!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    67

    Question

    Actually thats not the question, this is the question:

    If you would for one second click on the clock in ur bottom right corner a window would come up next to the x button would be a ? button how can i get that to be in my VB app.? probably very easy i just didnt find it yet......


  2. #2
    Addicted Member jcouture100's Avatar
    Join Date
    Aug 1999
    Posts
    141
    Look up the "WhatsThisButton" and "WhatsThisHelp" properties for the form.
    JC

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    67
    Thanks dude i just posted this message a few minutes!

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    67
    ok i got the question mark part down but how do u get the stuff into the "whatsthishelp" It asks for an ID but then what?

  5. #5
    Guest

    Question Is this to do with the hws stuff ....

    ....in which case enter an id against each help topic. And send this id off to the help processor in your app

  6. #6
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    If you don't have and/or don't want to go through the hassle of creating a help file you could always use the ToolTipText property of almost every control to specify the help information - then when the user holds the mouse over a particular button etc the help will be displayed.
    Not as good as a true help file but a lot easier to implement.
    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

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