You are viewing our Forum Archives. To view or take place in current topics click here.
Quick C# Question +50rep
Posted:
Quick C# Question +50repPosted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
In Public R*pe Tool v1, when you hovered over "Give Binds" It gave a description, explaining what all of the binds are. Basically just wondering how would I create a little message like that when you hover over a button?
Guessing you use OnMouseHover, but not sure of how exactly I would put that in my project. Anyone who helps will get +50 rep
Guessing you use OnMouseHover, but not sure of how exactly I would put that in my project. Anyone who helps will get +50 rep
#2. Posted:
Status: Offline
Joined: Dec 25, 201310Year Member
Posts: 248
Reputation Power: 10
Status: Offline
Joined: Dec 25, 201310Year Member
Posts: 248
Reputation Power: 10
Look in the toolbox and you will see something called ToolTip, if that is what your are talking about.
- 1useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
#4. Posted:
Status: Offline
Joined: Aug 07, 201113Year Member
Posts: 272
Reputation Power: 18
Status: Offline
Joined: Aug 07, 201113Year Member
Posts: 272
Reputation Power: 18
Step One : Open toolbox and drag a tooltip control onto your form.
Step Two - Three : Click on the button or control you want the tip to popup on then scroll down in the properties area, I believe to the bottom and find where is says tooltip1 or whatever you named your tooltip.
Step Four : Type in what you want to popup..
Step Five : Start it and hover over the control/button, it should show up.
Step Two - Three : Click on the button or control you want the tip to popup on then scroll down in the properties area, I believe to the bottom and find where is says tooltip1 or whatever you named your tooltip.
Step Four : Type in what you want to popup..
Step Five : Start it and hover over the control/button, it should show up.
I couldn't figure out how to show a picture of this
Hopefully this is what you wanted?
Hopefully this is what you wanted?
- 1useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.