windows-forms
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 1,060 public repositories matching this topic...
Crowdin: https://crowdin.com
Weblate: https://weblate.org
Transifex: https://www.transifex.com
Suggestion for faster translations. All these platforms can be synchronized with GitHub.
Describe the bug
Not a CSLA bug, a doc bug :)
Version and Platform
Irrelevant
Code that Fails
Not code per-se....I just realized that this doc page was never finished: https://github.com/MarimerLLC/csla/blob/master/docs/Analyzers.md. Need to finish that.
Stack Trace or Exception Detail
No stack trace.
Additional context
None
-
Updated
Jun 27, 2020 - C#
-
Updated
Jul 1, 2020 - C#
document.createElement("div")
returns [object Element] inside WebView and [object HTMLDivElement] in inside Edge.
For this reason jquery not work properly for example css() method because it gets
some properties like document.createElement( "div" ).style.
Also, dynamic tag creating aka $('<iframe />') not working properly.
-
Updated
Jun 6, 2020 - C#
-
Updated
Sep 24, 2019 - C#
-
Updated
Jun 7, 2020 - C#
-
Updated
Oct 7, 2019 - C#
-
Updated
Jul 2, 2020 - C#
The CodeGenerator project uses templates to generate C# projects. Currently Visual Studio 2015 and 2017 are supported.
The support for vs2015 should be dropped and a csproj template for vs2019, for the classic .net (not core) framework must be added.
-
Updated
Mar 15, 2017 - C++
To recreate:
- I downloaded the ZIP of MvvmFx from the Clone or Download button.
- I 'Extracted all' to D:\Source\MvvmFx.
- In VIsual Studio 2015, I opened MvvmFx.shfbproj from 'D:\Source\MvvmFx\MvvmFx-master\Documentation\Binding'.
- A 'One-way upgrade' was necessary.
- I built the solution and got two warnings and one error:
Warning - Unable to locate any documentation sources
-
Updated
Jul 10, 2020 - C#
-
Updated
Jul 9, 2020 - C#
-
Updated
Sep 20, 2019 - C#
-
Updated
Nov 4, 2018 - C#
-
Updated
Oct 1, 2015 - C#
-
Updated
Oct 5, 2018 - C#
-
Updated
Apr 1, 2018 - C#
-
Updated
Jan 24, 2019 - PowerShell
Created by Microsoft
Latest release about 1 month ago
- Repository
- dotnet/winforms
- Wikipedia
- Wikipedia
Hi! I'm trying to do an editor with DPS and ScintillaNET. When I use Ctrl+TAB, I show a dialog (like visual studio) of the currently opened text files.
Once I close the dialog to choose the file to edit, I use textEditorDialog.Show() (or textEditorDialog.Activate() ) to select the new edited text file.
DPS correctly shows the new edited text file, however the focus does not move into the new