About 770,000 results
Open links in new tab
  1. Difference between "Windows Forms App" vs "Windows Forms …

    Dec 15, 2020 · Windows Forms App (.NET) is the type which makes desktop apps also but it uses .NET Core (Latest Version is .NET Core 5.0) The Windows Control Library project template is …

  2. 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 9 months ago Modified 9 months ago Viewed 727 times

  3. Why can't I use a .NET 8 DLL from my .NET Framework 4.7.2 …

    Aug 1, 2024 · I opened my existing Windows Forms App (.NET Framework 4.7.2), used the .NET Upgrade Assistant to upgrade it to .NET 8.0, re-established the reference to the class library …

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

    In Windows Forms, you have the app.config file, which is very similar to the web.config file. But since what I see you need it for are custom values, I suggest using Settings.

  5. 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...

  6. Hosting ASP.NET Core API in a Windows Forms Application

    Feb 3, 2020 · Hosting ASP.NET CORE API in a Windows Forms Application and Interaction with Form Here is a basic step by step example about how to create a project to host ASP.NET …

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

    Mar 10, 2012 · Since this console app aimed for multi-platforms supports ,so you need change it from multi-platform focus to windows focus so you can use special windows tech like windows …

  8. c# - Add timer to a Windows Forms application - Stack Overflow

    Jul 17, 2009 · I want to add a timer rather than a countdown which automatically starts when the form loads. Starting time should be 45 minutes and once it ends, i.e. on reaching 0 minutes, …

  9. vb.net - I can't find "Windows Forms App (.NET Framework)" in …

    Apr 19, 2023 · I can't find "Windows Forms App (.NET Framework)" in Visual Studio 2022 (free download) Asked 2 years, 8 months ago Modified 1 year, 1 month ago Viewed 14k times

  10. Windows Form application on Visual Studio Code? - Stack Overflow

    Windows Forms is exclusive to the [Desktop] Windows platform. You can certainly not use VSCode for that, not even in Windows, as VSCode doesn't include form designer tools like the …