2024-11-14 16:47:00
github.com
A recreation of the classic Visual Basic 6 IDE and language in C# using Avalonia.
This is a fun, toy project with no commercial intent. All rights to the Visual Basic name, icons, and graphics belong to Microsoft Corporation.
- Visual Designer
- Save and load projects in VB6-compatible format
- Run projects
- VB6 language support (limited)
You’ll generally need .NET 9.0, though you can modify Directory.Build.props
to use .NET 8.0 if preferred (version 9.0 is required for the browser version).
To build, simply run:
dotnet build AvaloniaVisualBasic/AvaloniaVisualBasic.Desktop.csproj
If you encounter Antlr4 errors, this likely means the Antlr4BuildTasks
library couldn’t automatically download Java. Installing Java manually should resolve the issue.
Publish both IDE project (AvaloniaVisualBasic.Desktop) and runtime (AvaloniaVisualBasic.Standalone):
dotnet publish AvaloniaVisualBasic.Desktop -f net9.0 -o bin/
dotnet publish AvaloniaVisualBasic.Standalone -f net9.0 -o bin/standalone/
Now you can run ./bin/AvaloniaVisualBasic.Desktop
.
Support Techcratic
If you find value in Techcratic’s insights and articles, consider supporting us with Bitcoin. Your support helps me, as a solo operator, continue delivering high-quality content while managing all the technical aspects, from server maintenance to blog writing, future updates, and improvements. Support Innovation! Thank you.
Bitcoin Address:
bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge
Please verify this address before sending funds.
Bitcoin QR Code
Simply scan the QR code below to support Techcratic.
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.