All Projects → dotnet → Winforms

dotnet / Winforms

Licence: mit
Windows Forms is a .NET UI framework for building Windows desktop applications.

Programming Languages

C#
18002 projects
Visual Basic .NET
514 projects
powershell
5483 projects
shell
77523 projects
C++
36643 projects - #6 most used programming language
Rich Text Format
576 projects

Projects that are alternatives of or similar to Winforms

Ookii Dialogs Winforms
Common dialog classes for Windows Forms applications
Stars: ✭ 130 (-96.06%)
Mutual labels:  hacktoberfest, winforms, windows-forms
Mindustry
The automation tower defense game
Stars: ✭ 13,105 (+297%)
Mutual labels:  hacktoberfest, desktop
Desktop
Mattermost Desktop application for Windows, Mac and Linux
Stars: ✭ 1,358 (-58.86%)
Mutual labels:  hacktoberfest, desktop
Desktop
💻 Desktop sync client for Nextcloud
Stars: ✭ 1,787 (-45.86%)
Mutual labels:  hacktoberfest, desktop
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (-66.43%)
Mutual labels:  hacktoberfest, desktop
Lax
IRC client built with Electron & React
Stars: ✭ 95 (-97.12%)
Mutual labels:  hacktoberfest, desktop
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (-49.14%)
Mutual labels:  hacktoberfest, desktop
Microsoft.Toolkit.Win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Stars: ✭ 345 (-89.55%)
Mutual labels:  winforms, windows-forms
Scraps
Scrap.TF Raffle Joining Bot
Stars: ✭ 24 (-99.27%)
Mutual labels:  winforms, windows-forms
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+4.45%)
Mutual labels:  hacktoberfest, desktop
Wire Desktop
💻 Wire for desktop
Stars: ✭ 961 (-70.89%)
Mutual labels:  hacktoberfest, desktop
FoldingBrowser
FoldingCoin & CureCoin All-In-One Installer
Stars: ✭ 48 (-98.55%)
Mutual labels:  winforms, desktop
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+103.24%)
Mutual labels:  hacktoberfest, winforms
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (-58.92%)
Mutual labels:  hacktoberfest, desktop
Fiddle
🚀 The easiest way to get started with Electron
Stars: ✭ 6,167 (+86.82%)
Mutual labels:  hacktoberfest, desktop
Vue Nodegui
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀
Stars: ✭ 575 (-82.58%)
Mutual labels:  hacktoberfest, desktop
Exceptionless.net
Exceptionless clients for the .NET platform
Stars: ✭ 362 (-89.03%)
Mutual labels:  hacktoberfest, winforms
Nheko
Desktop client for Matrix using Qt and C++17.
Stars: ✭ 552 (-83.28%)
Mutual labels:  hacktoberfest, desktop
Ten Hands
⚡ Simplest way to organize and run command-line tasks
Stars: ✭ 228 (-93.09%)
Mutual labels:  hacktoberfest, desktop
WinForms.FC UI
👀 FC_UI (Fun-Code User Interface) - библиотека пользовательских элементов управления (user control) для WinForms (.Net Framework / .Net Core).
Stars: ✭ 18 (-99.45%)
Mutual labels:  winforms, windows-forms

Windows Forms

License: MIT

Windows Forms (WinForms) is a UI framework for building Windows desktop applications. It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+. It also offers controls and other functionality that is unique to Windows Forms.

Windows Forms also provides one of the most productive ways to create desktop applications based on the visual designer provided in Visual Studio. It enables drag-and-drop of visual controls and other similar functionality that make it easy to build desktop applications.

Windows Forms Designer

For more information about the designer, please see the Windows Forms Designer Documentation.

Relationship to .NET Framework

This codebase is a fork of the Windows Forms code in the .NET Framework 4.8. In Windows Forms .NET Core 3.0, we've strived to bring the two runtimes to a parity. However since then, we've done a number of changes, including breaking changes, which diverged the two. For more information about breaking changes, see the Porting guide.

Please note

⚠️ This repository contains only implementations for Windows Forms for .NET platform.
It does not contain either:

  • The .NET Framework variant of Windows Forms. Issues with .NET Framework, including Windows Forms, should be filed on the Developer Community or Product Support websites. They should not be filed on this repository.
  • The Windows Forms Designer implementations. Issues with the Designer should be filed via VS Feedback tool (top right-hand side icon in Visual Studio).

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

How to Engage, Contribute, and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.

Reporting security issues

Security issues and bugs should be reported privately via email to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter. Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

Code of Conduct

This project uses the .NET Foundation Code of Conduct to define expected conduct in our community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at [email protected].

License

.NET (including the Windows Forms repository) is licensed under the MIT license.

.NET Foundation

.NET Windows Forms is a .NET Foundation project.
See the .NET home repository to find other .NET-related projects.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].