About 2,140,000 results
Open links in new tab
  1. c# - Windows Forms dialog icon without control box - Stack Overflow

    Jan 23, 2012 · Control Box, maximize, minimize buttons will not show in the dialog box. Form1.ControlBox = false; OR else you can set like this, if you not willing to disable whole control box. you can set ShowIcon property to true.

  2. Form.ControlBox Property (System.Windows.Forms)

    The following example uses the ControlBox, FormBorderStyle, MaximizeBox, MinimizeBox, and StartPosition properties to create a form that does not have any border or caption box. The form created in this example could be used to create a splash screen for an application.

  3. Windows Forms Controls - CodeGuru

    Jan 9, 2006 · Windows Forms (WinForms) are not restricted to using the standard built-in controls. Custom GUI controls can be created by extending an existing control, building a totally new control, or fashioning a user control from a set of related widgets.

  4. Missing almost all windows forms controls VS2022 community

    Feb 12, 2023 · In a .NET 6.0 windows forms project most of the controls are greyed out and unusable. I have done reset toolbox multiple times and also tried to 'choose items' but most of the controls are still greyed out.

  5. c# - Windows form controls disappeared - Stack Overflow

    I have a windows forms project that seems to have lost all of its controls in the design view. When I run the project the controls appear as they should. Only the design view is broken in visual studio for this form, all other forms are the same.

  6. Visual Studio 2022 WinForm app, controls are greyed out.

    Feb 14, 2023 · The toolbox controls will be enabled only after you open a form in design mode. They are not enabled when you are viewing a code file. And if you are not sure if you are have enabled desktop app development or if you are using the right template, follow the next steps.

  7. Windows form not showing control C# - Stack Overflow

    May 26, 2016 · Just call InitializeComponent () in your constructor function. That initializes all the controls of the form. Start asking to get answers. See similar questions with these tags.

  8. Dialog Boxes - Windows Forms .NET Framework | Microsoft Learn

    Feb 6, 2023 · Explains how you incorporate the tab control into a dialog box. Learn about dialog boxes and the various ways that users can interact with them. Also learn how to create custom dialog boxes with Windows Forms Designer.

  9. How to customize the controlbox of a winform in c#

    Mar 13, 2013 · You'd have to implement custom drawing for the non-client area of the form. The following might help you here: http://www.codeplex.com/wikipage?ProjectName=CustomerBorderForm&title=Painting%20NonClient%20Area. You can create your own custom controls by inheriting from a UserControl like so.

  10. c# - TextBox not showing in WinForms form - Stack Overflow

    Looking at the code I found out that the textboxes that DO show were of type System.Windows.Forms.TextBox while those that DID NOT show were of type VisualJS.Web.TextBox. Perhaps your problem is similar.

  11. Some results have been removed
Refresh