|
|
|
Ask HN: Modern, easy-to-start with alternatives to Visual Basic
|
|
14 points
by hachesilva
1571 days ago
|
|
I'd like to create a GUI utility to work with ID3 tags on mp3 files. I was looking for options and found out that programming for Windows is a daunting experience. I can recall starting programming using Visual Basic a long, long time ago. By then I found it very easy to start with because of the drag-&-drop nature of the GUI, out-of-the-box events, etc. What are some modern, free alternatives to Visual Basic that would allow me to easily create a GUI and attach scripts and events to its controls? Please excuse my dated references, I am a web developer unfamiliar with programming for the desktop |
|
There isn't anything really. 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?
Another poster (wdurden) mentioned Delphi - a cross-platform tool with a drag-and-drop GUI builder. However, the free "community edition" of Delphi comes which restrictions. Read the restrictions here:
https://www.embarcadero.com/products/delphi/starter/free-dow...
The open source version of Delphi is called Lazurus (built with FreePascal). It also features a GUI builder but the documentation is uneven and scattered. If you get stuck, the forums are the main source of getting help.
https://www.lazarus-ide.org/