Is there a way to have a control tip appear as your pointer hovers over a command button??
(like in Access: controltip text)
thanks
Printable View
Is there a way to have a control tip appear as your pointer hovers over a command button??
(like in Access: controltip text)
thanks
Do you mean a Tooltip? The command button should have a Tooltip property if not I think .NET has a Tooltip control that you can use to attach these to controls.
Do you mean like this? Although the cursor didn't show up it is over the command button.
http://www.vbforums.com/attachment.p...postid=1176220
If this is what you mean then add a tooltip control to the form and then the button will have a tooltip property.
works like a charm