A set of .NET Framework managed libraries for developing graphical user interfaces.
1,977 questions with Developer technologies | Windows Forms tags
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
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.
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 | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
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.
using Visual Studio community, how do I create awindows desktop visual basic startup object main
I have many VB applications written in Visual Basic, from 2006 to 1019, using .NET 4.8 framework. I want to upgrade to .NET 10.0 in Studio 2026. The compiler signals differences between .Net framework and .NET core, which / can resolve. But: some…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Issue opening file using WinForms application (Open file dialog) where file location is OneDrive
Hi, I am seeing an issue with File Open Dialog when I try to open a file from OneDrive location mapped on my machine. Issue / Steps to reproduce: Copy any file (ex: excel file) to OneDrive Double click and open the file from OneDrive location to…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Digital signature exe, slow startup
After I used the certificate to digitally sign my client program, it took me 20 seconds from double clicking the program to start to running to the first line of the main function. If I don't sign, I can immediately open the client. What is the reason…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Recommend a free PDF developer's library for C#
I'm using VS 2017 CE, C#, and WinForms on a non-commercial application that adds and deletes pages from PDFs. The added pages are created with minimal text and no drawing or graphics. I've been using iText7, and it's great, but it has far more power…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
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.
Make WinForms look like and behave the same as WinUI 3
Hello everyone, I would like to know how to make Windows Forms (WinForms) look like and behave the same as WinUI 3. Thank you very much.
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Re-built a winforms app from .net framework 4.7.2 to core 6.0 now questioning where to go next.
So at work, we had a internal application that has been part of our key processes for the last 10 or so years and hasnt really received any big updates. The past two months I was given access to the source code and have pretty much started learning C#…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How do I have 1 extender showing Countries and a Second with Cities in Panel.?
Hello, I am using AJAX Complete Extender. There is a drop down list with 2 items USA or EUROPE If User selects Europe, then a Panel opens for Europe with textbox. That is bound to SQL table of EU Countries x (42) They start typing the Country name and…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to sign ClickOnce artifacts when using Google Cloud KMS for code signing?
I've successfully done code signing using Google Cloud KMS and jsign for executable files, but I'm unable to sign ClickOnce manifest files. Current Setup Certificate: Code signing certificate from Sectigo (in .crt format) Private Key: Stored in Google…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.