hi,
how to, for some controls in a form, when a user bring her mouse on the control, the message in ToolStripStatus Label changes to something like telling the function of the control.
should i use the event MouseHover/MouseEnter and MouseLeave for each control to set the Text of ToolStripStatus Label dynamically. i'm not sure since we can just set the ContextMenu property of a control to associate the control to a contextMenuStri p object.
thanks
how to, for some controls in a form, when a user bring her mouse on the control, the message in ToolStripStatus Label changes to something like telling the function of the control.
should i use the event MouseHover/MouseEnter and MouseLeave for each control to set the Text of ToolStripStatus Label dynamically. i'm not sure since we can just set the ContextMenu property of a control to associate the control to a contextMenuStri p object.
thanks
Comment