Hi all,
Is it possible (and how should I do it) to tranfer all tooltips of each object on a form to the first panel of a statusbar.
Thanks,
AXH
Printable View
Hi all,
Is it possible (and how should I do it) to tranfer all tooltips of each object on a form to the first panel of a statusbar.
Thanks,
AXH
1. Put a statusbar control on your Windows form.
2. Scroll on the properties list until you come across the property ShowPanels. Set it to true.
3. Scroll until you find the property Panels and double click on it.
4. A window will appear. Click 'Add'.
5. Find the property ToolTipText. Change it the way you like.
Thanks,
But it isn't what I was meaning.
for example, I have three buttons, toolbar with buttons and five editboxes. All of the tooltips should appear in the first panel of the statusbar