|
|
|
|
|
by DarrenDev
1570 days ago
|
|
>It's pretty amazing that in 2022 there isn't anything for creating Windows GUI desktop apps that matches your description: easily create a GUI and attach scripts and events to its controls? Windows Forms is still there, has been for 20+ years. It's easy to use, fast to put a complex app together, and intuitive. Here's a reasonably complex app I built with WinForms a few years ago: https://www.smart-edit.com/Writer/Details/Gallery/ |
|