About 579,000 results
Open links in new tab
  1. What is the difference between WPF and WinForms?

    Aug 26, 2009 · Databinding in WPF is superior to what Windows Forms offers. UI and C# business logic can be cleanly separated in WPF Storyboard Data/control templates – a much …

  2. Difference between "Windows Forms App" vs "Windows Forms …

    Dec 15, 2020 · 105 When creating a new project in Visual Studio 2019 there are two options to create a Windows Forms App: Windows Forms App and Windows Forms App (.NET …

  3. Changing the default icon in a Windows Forms application

    I need to change the icon in the application I am working on. But simply browsing for other icons from the project property tab -> Application -> Icon, it is not getting the icons stored on the des...

  4. How can I save application settings in a Windows Forms application?

    The Application Settings feature of Windows Forms makes it easy to create, store, and maintain custom application and user preferences on the client computer. With Windows Forms …

  5. .net - Simplest way to have a configuration file in a Windows …

    Every time I search on Google about it I get results about web.config, but I'm writing a Windows Forms application. I figured out that I need to use the System.Configuration namespace, but …

  6. c# - Empty toolbox in Visual Studio 2022 for .NET 6.0 WinForms …

    Aug 18, 2022 · When I create WinForms project or Control Library project for .NET 6.0, the designer toolbox is empty with information "There are no usable controls in this …

  7. Reference Windows Forms in .NET 8 project possible?

    Mar 6, 2024 · 8 This question already has answers here: Use Windows Forms in a .Net Core Class Library - .NET Core Control Library (5 answers)

  8. c# - Can't use System.Windows.Forms - Stack Overflow

    Mar 10, 2012 · Some details: - I am using Visual Studio 2012; - I have installed the .NET Development Kit; - It is a Console Application. Maybe it's because on a Console Application …

  9. c# - Windows Forms App (.NET) does not show up as an option in …

    Mar 17, 2025 · Windows Forms App (.NET) does not show up as an option in Visual Studio 2022 [closed] Asked 7 months ago Modified 7 months ago Viewed 606 times

  10. How do I properly exit a C# application? - Stack Overflow

    I tried Application.Exit but it still calls all the child windows and alerts. I don't know how to use Environment.Exit and which integer to put into it either. Also, whenever my forms call the …