|
|
|
|
|
by dokka
721 days ago
|
|
Yeah, I can confirm that writing windows GUI apps is not at all painful for me. I still use Windows Forms in .NET 4.8 and my executables are < 1mb, Visual Studio's form designer is very easy to use, you can subclass all the .NET UI controls and customize them however you want. There's always been accessibility and even support for high DPI. |
|
Do you need to ship any supporting files separately, along with the app?
And is .NET 4.8 or higher already on Windows PCs?