Skip to content
#

WinForms

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

Here are 3,820 public repositories matching this topic...

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.

  • Updated Apr 11, 2022
  • C#
WindowsCommunityToolkit
michael-hawker
michael-hawker commented Sep 2, 2021

From comment on review here: CommunityToolkit/WindowsCommunityToolkit#4206 (comment)

Describe the bug

Our DataGrid Mountain CSV file: https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.SampleApp/Assets/mtns.csv

Doesn't contain all the precise dates. Would be good if we can fill in more month/dates for the li

bug 🐛 help wanted documentation 📃 Hacktoberfest
kirsan31
kirsan31 commented Mar 17, 2022
  • .NET Core Version: 7.0 now

  • Have you experienced this same bug with .NET Framework?: probably yes

Problem description:

List of empty finalizers through Dispose(false) that doing nothing:

up-for-grabs good first issue
SandroRiz
SandroRiz commented Oct 7, 2019

After setup my blog (BlogEngine.net 3.3.8.0 on IIS 8.0) to use https I cannot publish anymore a post. Neither I cannot re-add my blog after remove it.

When I try to do, I receive this error


Open Live Writer

Can't connect to your blog service:
Network Connection Error - Error attempting to connect to blog at:
http://www.myDomain.com

bug help wanted good first issue metaweblog-xmlrpc
ReaLTaiizor
arthuridea
arthuridea commented Apr 7, 2022

Is your feature request related to a problem? Please describe.
I think it will be better if adding a dotted rectangle when the control is in active state.

Describe the solution you'd like

  1. Add a _focusState field.
  2. Change _focusState in GotFocus and LostFocus event handler.
  3. In OnPaint event handler,invoking ControlPaint.DrawFocusRectangle method to draw a rectangle.
enhancement good first issue

Created by Microsoft

Latest release about 2 months ago

Repository
dotnet/winforms
Wikipedia
Wikipedia

Related Topics

windows