-
The ***Automatically Populate Toolbox*** affects whether controls are populated in the .NET Core designer. If set to **false** the WinForms controls are not visible in the designer.
It's worthwhile…
-
**Is your feature request related to a problem?**
C# and VB.Net allow [extension methods](https://en.wikipedia.org/wiki/Extension_method) to be defined, which can add functionality to compiled classe…
-
As of v0.14.1, you can now create real Windows Forms with twinBASIC. We're currently limited to the following controls:
- Label
- TextBox
- CommandButton
- OptionButton
- CheckBox
- ComboBox
…
-
See reddit discussion https://www.reddit.com/r/rust/comments/52jtl1/this_year_in_conrod_an_update_from_the_purerust/d7m9y8v
It is about going further with developing render backends for Conrod, or wr…
-
First of all: thank you for this porting.
I have created a very simple form with C# .NET 7:
![image](https://user-images.githubusercontent.com/11708344/214822084-dd911e12-81ea-4974-a77c-a5f3d3…
-
C# and VB have a registration API for automatically registering dependency relationship between files so that they are automatically parented underneath and hidden in some cases.
For example, in VB,…
-
### Background and motivation
This is duplicate of https://github.com/microsoft/winforms-designer-extensibility/issues/4 in correct repo.
1. We have two (may be more?) `internal` classes: `Microso…
-
@generalloki
I have alaways errors with Design and can't see UI :
![image](https://github.com/alternetsoft/AlternetUI/assets/5283778/37994d4c-1626-4a5e-ad77-2a35bdfbcad9)
I have compiled ne…
-
### Description
In WinForms, there is an issue where Visual Studio crashes when trying to show a form in design time after disabling the `form.ShowInTaskbar` property. I have replicated this issue by…
-
### .NET version
.Net 9.0: Main branch of Winforms repo
### Did it work in .NET Framework?
Not tested/verified
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
No…