hello!
does anyone how give my objects such button, text, label, etc.
to view tooltiptext, i can't find in their properties.
this is a simple question but i think their attributes its missing.
You have to add a ToolTip component to the form first. This will then add a new psuedo-property to each control that allows you to set the text to be displayed in the ToolTip for that control. There are a few controls that provide there own tool tips, such as the TabControl for each tab, but the majority of controls require a ToolTip component on the form. Note that you never need more than one ToolTip component unless you want the appearance to differ between controls.
You are getting all excited about nothing. Create a form, add a Button, add a ToolTip and set the Button's ToolTip on ToolTip1 property to "Hello World". Run the project and mouse over the Button and "Hello World" will appear in a tool tip box, just like you'd expect.
i already solved tooltiptext,tnx to u
nope its not like that, what i mean is, a button just like in toolbar, but not a toolbar its a command button.
u get it?