How do i use this to create a tooltip?
Ive tried looking through all articles in MSDN website but i just cannot get my head round it.
Thanks,
Ash
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What exactly is it you want to do? For most purposes, you just add a
Tooltipand set values against controls. Some controls provide their own tool-tip (and mechanism to set the text).re the comment; then just something like:
(where
formcould be the form, ‘this‘, or any control)