About 838,000 results
Open links in new tab
  1. TextBox Class (System.Windows.Forms) | Microsoft Learn

    With the TextBox control, the user can enter text in an application. This control has additional functionality that is not found in the standard Windows text box control, including multiline editing and …

  2. Display text in a box in a document with a button - Visual Studio ...

    Oct 30, 2025 · This walkthrough demonstrates how to use buttons and text boxes in a document-level customization for Microsoft Office Word. Applies to: The information in this topic applies to document …

  3. TextBox Control Overview - Windows Forms | Microsoft Learn

    May 7, 2025 · Learn how the TextBox control is used for editable text and can display multiple lines, wrap text to the size of the control and add basic formatting.

  4. Add Controls to a Form - Windows Forms | Microsoft Learn

    May 7, 2025 · Add with Designer Visual Studio uses the Forms Designer to design forms. There's a Toolbox window that lists all the controls available to your app. You can add controls from this …

  5. TextBox Control - Windows Forms | Microsoft Learn

    May 7, 2025 · Learn about various aspects of the Windows Forms TextBox control including using it for editable text and making it read-only.

  6. How to: Set the Input Mask - Windows Forms | Microsoft Learn

    May 7, 2025 · Learn how to set the input mask. The masked text box control is an enhanced text box control that supports a declarative syntax for accepting or rejecting user input.

  7. How to: Create a Read-Only Text Box - Windows Forms

    May 7, 2025 · Learn about transforming an editable Windows Forms text box into a read-only Windows Forms text box.

  8. RichTextBox Control - Windows Forms | Microsoft Learn

    May 7, 2025 · Learn how the RichTextBox control is used for displaying, entering, and manipulating text with formatting.

  9. Creating a User Control for Multi-Line Text Entry in a Text Box

    Nov 12, 2024 · To create a user control that incorporates a multi-line text entry feature for a text box in a Windows Forms application, you can follow these steps: Create a User Control: Start by creating a …

  10. TextBox Class (System.Windows.Controls) | Microsoft Learn

    Examples This example shows how to use the Text property to set the initial text contents of a TextBox control.