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,540 public repositories matching this topic...
-
Updated
Sep 15, 2021 - C#
Since the code for calling the ArgumentNullException.ThrowIfNull
method is shorter than adding a condition and throwing an ArgumentNullException
, and also more convenient for the code analyzer, I suggest to replace such code constructs:
if (value is null)
{
throw new ArgumentNullException(nameof(value));
}
with a call to the `ArgumentNullException.ThrowIfNull(value, nameof(v
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
-
Updated
Sep 19, 2021 - C#
-
Updated
Jul 12, 2021 - C#
-
Updated
Sep 16, 2021 - C#
-
Updated
Sep 16, 2021 - C#
-
Updated
Jul 31, 2021 - Visual Basic .NET
-
Updated
Sep 19, 2021 - C#
-
Updated
Sep 3, 2021 - C#
I would find it useful to be able to hide the text of a RibbonPanel, to have a new property like .HideText or .ShowText, reducing the height of the panel. Or even that the text-area disappears when text is set to empty.
Thanks.
-
Updated
Sep 15, 2021 - C#
-
Updated
Jun 16, 2021 - C#
-
Updated
Sep 6, 2021 - C#
-
Updated
Sep 10, 2021 - C#
-
Updated
May 17, 2019 - C#
-
Updated
May 10, 2021 - C#
-
Updated
Jun 16, 2021 - C#
-
Updated
Jan 15, 2019 - PowerShell
-
Updated
Jun 9, 2021 - C#
-
Updated
Jul 9, 2021 - C#
-
Updated
May 1, 2021 - C#
Created by Microsoft
Latest release about 1 month ago
- Repository
- dotnet/winforms
- Wikipedia
- Wikipedia
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