mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 23:43:19 +02:00
Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: "Integrating User Help"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "Help [Windows Forms], Windows Forms (using designer)"
|
||||
- "Windows Forms, Help (using designer)"
|
||||
- "HTML Help [Windows Forms], Windows Forms (using designer)"
|
||||
- "Help [Windows Forms], Windows applications (using designer)"
|
||||
- "forms. Help (using designer)"
|
||||
- "Windows applications [Windows Forms], Help (using designer)"
|
||||
ms.assetid: a8563d25-8a75-4bc7-a024-f1870591b50f
|
||||
---
|
||||
# Integrating User Help in Windows Forms
|
||||
An essential, but often overlooked, aspect of building Windows-based applications is the Help system, as this is where users turn for assistance in times of confusion. Windows Forms support two different types of Help, each provided by the [HelpProvider Component](../controls/helpprovider-component-windows-forms.md). The first involves pointing the user to a Help file of either HTML or HTML Help 1.*x* or greater format. The second can display brief "What's This"-type Help on individual controls; this is especially useful on dialog boxes. Both types of Help can be used on the same form.
|
||||
|
||||
Additionally, the [ToolTip Component](../controls/tooltip-component-windows-forms.md) can be used to provide individual Help for controls on Windows Forms.
|
||||
|
||||
## In This Section
|
||||
[How to: Provide Help in a Windows Application](how-to-provide-help-in-a-windows-application.md)
|
||||
Explains how to use the `HelpProvider` component to link controls to files in a Help system.
|
||||
|
||||
[How to: Display Pop-up Help](how-to-display-pop-up-help.md)
|
||||
Explains how to use the `HelpProvider` component to show pop-up Help on Windows Forms.
|
||||
|
||||
[Control Help Using ToolTips](control-help-using-tooltips.md)
|
||||
Describes using the `ToolTip` component to show control-specific Help.
|
||||
|
||||
## Related Sections
|
||||
[HelpProvider Component](../controls/helpprovider-component-windows-forms.md)
|
||||
Explains the basics of the `HelpProvider` component.
|
||||
|
||||
[ToolTip Component](../controls/tooltip-component-windows-forms.md)
|
||||
Explains the basics of the `ToolTip` component.
|
||||
|
||||
[Windows Forms Overview](../windows-forms-overview.md)
|
||||
Explains the basics of Windows Forms.
|
||||
|
||||
[Windows Forms](../index.yml)
|
||||
Provides an overview of Windows Forms.
|
||||
Reference in New Issue
Block a user