Context-Sensitive Help for Toolstrip Items

Posted by admin on June 27, 2008 in .NET development

Context-Sensitive Help for Toolstrip Items
Windows Forms library in .NET Framework has great support for context sensitive help. You can assign a help topic for each control in your program. This topic will be shown automatically when you press F1 provided that the control has focus.
A problem arises when you try to do this for ToolStrip […]