Outline ·
[ Standard ] ·
Linear+
C# Avalonia Visual Basic 6
|
TSMat Quasar
|
Nov 20 2024, 05:39 PM, updated 11 months ago
|
Getting Started

|
(This was first discovered by flashang) https://github.com/BAndysc/AvaloniaVisualBasic6QUOTE A recreation of the classic Visual Basic 6 IDE and language in C# with Avalonia For web version, go to https://bandysc.github.io/AvaloniaVisualBasic6/For desktop version, download from: https://github.com/BAndysc/AvaloniaVisualBasic6/releasesIf you build yourself from source, requires .NET 9. This post has been edited by Mat Quasar: Feb 16 2025, 01:00 AM
|
|
|
|
|
|
TSMat Quasar
|
Nov 22 2024, 12:59 PM
|
Getting Started

|
I just discover that Avalonia VB6 can also make EXE (compile to EXE), but with dependency on some DLLs. And the Project1.EXE is quite big, about 19MB. But it is nice that able to compile to 64-bit EXE which can run on modern Windows. This post has been edited by Mat Quasar: Feb 16 2025, 01:01 AM
|
|
|
|
|
|
Kayziealnatz
|
Feb 7 2025, 12:09 PM
|
Getting Started

|
Thank you for sharing this info! Visual Basic is a programming language rite? Sorry I'm newbie
This post has been edited by Kayziealnatz: Feb 7 2025, 12:09 PM
|
|
|
|
|
|
TSMat Quasar
|
Feb 7 2025, 01:01 PM
|
Getting Started

|
QUOTE(Kayziealnatz @ Feb 7 2025, 12:09 PM) Thank you for sharing this info! Visual Basic is a programming language rite? Sorry I'm newbie Yes, Visual Basic is a programming language introduced by Microsoft in 1991. But this Avalonia Visual Basic is not the original Visual Basic, it is just recreation of it, there are many missing functionalities.
|
|
|
|
|