Hi Morris,
Welcome to Microsoft Managed Newsgroup!
Have you set the HelpButton property of the form to true, and set
MaximizeBox and MinimizeBox to false?
You can refer to the following steps to display help for the controls in a
pop-ip window:
1. Add a TextBox control to the Form1 form;
2. Add a HelpProvider component to the Form1 form;
3. Right click Form1, and then click Properties;
4. In the Properties window, set HelpButton to True;
5. Set MaximizeBox to False;
6. Set MinimizeBox to False;
7. Add the following sample code to the Form1_Load event handler:
HelpProvider1.SetHelpString(textBox1, "Help content for the TextBox.");
8. Build and run the application;
9. When the application runs, click the Help button on the title bar of
the form, and then click the TextBox control, the help string will display
in a pop-up window.
Please try my suggest and let me know whether it helps.
Best Regards,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.