Remix.run Logo
dartharva 5 days ago

No drag-and-drop GUI builder :( I miss VB6 so much

pjmlp 5 days ago | parent [-]

You can have it on VB.NET with Forms, though.

WillAdams 4 days ago | parent | next [-]

If you're running Windows?

I'd love to see a cross-platform GUI toolkit w/ drag-drop and nice code integration --- currently considering Lazarus/ObjectPascal....

pjmlp 4 days ago | parent [-]

Yes, VB 6 is also Windows only.

Outside Windows, the best alternative was REALbasic, nowadays known as Xojo (https://www.xojo.com).

If you're talking about Pascal dialects, that might be the option. Delphi can cross-compile, but the editor itself is Windows only.

Althought there is RemObjects as well, they used to be responsible for Delphi for .NET, and the product eventually became Hydra, after they ended their relationship with Embarcadero/Codegear.

WillAdams 4 days ago | parent [-]

Lazarus w/ ObjectPascal is the front-runner (actually bought a book on it) --- RemObjects Hydra w/ the Elements compiler looks interesting, but is a bit out of my price range.

dartharva 4 days ago | parent | prev [-]

Never tried it, does VB.NET give the same instant familiarity allowing you to whip up tiny GUI apps quickly and without hassle?

pjmlp 4 days ago | parent [-]

Yes, with Windows Forms.

In the beginning, many VB devs were irritated, because VB.NET 1.0 was mostly C# with VB syntax, however eventually Microsoft added back many of the previous capabilities, like the Me object, REPL, and so on.

However nowadays the language is considered done, and they are only updating it to keep up with specific .NET features for interop with C#.