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

    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 used to …

  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 8 months ago Modified 8 months ago Viewed 689 times

  3. Import Windows Forms to console application in C#

    Apr 27, 2023 · Alternatively, you can do as the answers from user09938's link suggest and create a WinForms project, then go into properties and change the first box (output type) from Windows …

  4. 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 forms

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

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

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

    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 (DLL), …

  7. .net - Simplest way to have a configuration file in a Windows Forms C# ...

    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.

  8. 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 regular Visual …

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

  10. 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 CORE API …