Jump to content

Tool tip?

- - - - -

  • Please log in to reply
3 replies to this topic

#1
Pointless

Pointless

    Newbie

  • Members
  • Pip
  • 2 posts
How do you make a tool tip show when you hover over a button?

#2
Momerath

Momerath

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 242 posts
private void Form1_Load(object sender, System.EventArgs e) {

    ToolTip toolTip1 = new ToolTip();

    toolTip1.SetToolTip(this.button1, "Hello");

}


#3
Pointless

Pointless

    Newbie

  • Members
  • Pip
  • 2 posts
Ok Thank you :) One more thing how would i Call a notify icon?

Anyway 1+ Rep for Helping :)

#4
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
In windows forms projects it would be like this:

NotifyIcon Class (System.Windows.Forms)
-CDG10620
Software Developer




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users