Windows Develop Bookmark and Share   
 index > Windows Forms Designer > HTML Help Display Location and Size
 

HTML Help Display Location and Size

When displaying online help using HelpProvider, Help. or whatever, is it possible to control the size and location of the displayed help window?

randywheeler  Monday, February 04, 2008 6:26 PM

Hi randywheeler,

I don't find any approach to change pop-up window for HelpProvider control in Visual Studio .NET. Maybe you can try creating acustom HelpProvider control. I move it from VB Express forum to Windows Forms Design forum, hope you can getbetter responses.

HelpProvider Class

Provides pop-up or online Help for controls.

Me.HelpProvider1 = New HelpProvider()

Me.HelpProvider1.SetHelpString(Me.TextBox1, "Enter the street address in this TextBox.").

Me.HelpProvider1.HelpNamespace = "mspaint.chm"

If the HelpNamespace property has not been set, you must use the SetHelpString method to provide the Help text. If you have set both HelpNamespace and the Help string, Help based on the HelpNamespace will take precedence.

Regards,

Martin

Martin Xie - MSFT  Thursday, February 07, 2008 8:11 AM

Hi randywheeler,

I don't find any approach to change pop-up window for HelpProvider control in Visual Studio .NET. Maybe you can try creating acustom HelpProvider control. I move it from VB Express forum to Windows Forms Design forum, hope you can getbetter responses.

HelpProvider Class

Provides pop-up or online Help for controls.

Me.HelpProvider1 = New HelpProvider()

Me.HelpProvider1.SetHelpString(Me.TextBox1, "Enter the street address in this TextBox.").

Me.HelpProvider1.HelpNamespace = "mspaint.chm"

If the HelpNamespace property has not been set, you must use the SetHelpString method to provide the Help text. If you have set both HelpNamespace and the Help string, Help based on the HelpNamespace will take precedence.

Regards,

Martin

Martin Xie - MSFT  Thursday, February 07, 2008 8:11 AM

Thanks Martin. I appreciate the help.

Regards,

Randy

randywheeler  Thursday, February 07, 2008 2:17 PM

You can use google to search for other answers

Custom Search

More Threads

• DataViewGrid bug? (keeps auto-generating columns)
• Is it possible....?
• Question: Add Property to UserControl
• Longhorn style Breadcrumb Bar
• Cross - Threading in .Net 2005
• Unable to Resize Controls on Inherited Form
• The ITypeDiscoveryService service provider
• Strange font size behaviour in Windows Forms Designer
• Deserializing Fields with custom CodeDomSerializer
• Nested controls scaling