A set of .NET Framework managed libraries for developing graphical user interfaces.
1,984 questions with Developer technologies | Windows Forms tags
how to create Bitmap from Array?
I have array of int or Color how to create bitmap? if the bitmap width = 48 and height=12 then the array is Color line 1 48 colors line 2 48 colors ..... how to create it to Bitmap?
Developer technologies | Windows Forms
Existing Form objects will not load into the Form View
Failed to launch the design tools server process. The objects on a form such as "Buttons", "Labels", Grid objects, etc. will not load as graphics-viewable objects even though they have coded versions.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
updated and will not show designers
I updated and now none of my design forms will display. One error message is The designer could not be shown for this file because none of he classes within it can be designed. Another says "The type 'System.Configuration.ApplicationScoped…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Smart App Control blocks WinForms / WPF sample applications from running
When Smart App Control is enabled on Windows, I am unable to run WinForms or WPF sample applications from Microsoft Visual Studio. After enabling Smart App Control and attempting to run the project, Visual Studio shows the following error. Smart App…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to fix this window form issue?
why is the window form not showing after I reopen the project?
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Property accessor ConnectionStringObject error in Winforms C# project
I am doing a Winforms project, c#, and suddenly, I started getting this error.... Does someone have an idea how to fix this?
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Embedding Notepad++ in WinForms using SetParent does not dock (opens as separate window on Windows 11 local machine)
We are developing a WinForms application where I need to host Notepad++ inside my application UI as a docked child window. This is done launching Notepad++ and using Win32 APIs like SetParent to reparent its main window into a container control (e.g., an…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to build an install package without Visual Studio?
Hello! I created a Windows Form Desktop app with Visual Studio. Normally, I just copy the EXE file to the target machine and it Just Works; however, it is not working in one particular case. I know that it is most like l missing a dependence. Typical fix…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
wich nugets I have to install for report viewer in visual studio vb.net?
I just install visual studio and I want to make reports y download Microsoft RDLC Report Designer and Repor Viewer core winforms, but When i want to drag a tool Report Vierer to a form Iit can be place in the form
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
how to fix error on windows form if theres no link to show me where i must fix or adjust my code
how to fix error on windows form if theres no link to show me where i must fix or adjust my codev
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How can I prevent the DataGridView header column from being highlighted when a row is selected
I am using Visual Studio 17.5.4 and building a Windows Forms app with a DataGridView as a list of items to select then populate the form fields. All this works but I have a nagging problem to overcome. When you select a row from the grid, it will…
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Windows Forms Application Icon suddenly shows as default icon or does not update color after KB5051989 update
Hi, Our C# Windows Forms Application icon (in the taskbar) suddenly shows as default icon or sometimes doesn't update its color (based on the customization) after installing the KB5051989 update. This has been working for 15 years, and the issue just…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Can I legally modify the method if there is a text which indicates to not modify it, in Windows Forms App?
Hello, When I create Windows Forms App project, and I add a button into the form, in the Form1.Designer.cs there is a text /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
WinForm in Visual Studio 2026 - changing name of a control causes designer to fail
Just migrated to VS 2026. When creating a new form, there is no issues and controls can be added fine. However, when you change the name of a control, the designer throws a wobbly as not all references are renamed in the designer code. I need to…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
what is button in winform is that in win32?
is that button in winform is equal to button in win32? maybe not I use SendMessage in winform to send SETTEXT message to the handle of the button but the text is not changed.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
how to load 3d in winform?
I want to ask that how to load 3d in winform. can I only load one 3d in one control? So I can click it.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine
I am having Windows 64 Bit os build 19043.1826 21H1, i have office 21 64 bit on this pc, but when i want to open an xls file i am getting the above error, if i build application 32bit it open file correctly, but if i make it 64 bit i can not install…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Error for Designer Form on VS
--------Instances of this error (1)--------Instances of this error (1)1.Hide Call Stack1.Hide Call Stackat System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
visual studio community new forms project cannot open designer
When I create a new windows forms project the designer cannot open.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Windows Forms Designer Problem When Renaming New Form Before Adding Controls
Note: I have reported the problem below in Visual Studio 2022 Feedback. Just wanted to see if any of you have a suggestion. Normally, when you create a new Form in Windows Forms and add controls to the form, the Designer automatically fills in the…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.