opening existing VB6 projects in desktop version in Windows 11? #21
-
I'm running Windows 11 Pro 24H2, OS build 26100.3476, with Visual Studio Community 2022 v17.13.4. I'm looking to run the desktop version of AvaloniaVisualBasic6. I followed the instructions to build, with the command dotnet build AvaloniaVisualBasic.Desktop.csproj which produced executable "AvaloniaVisualBasic.Desktop.exe". (To see exact commands, see attached file "AvaloniaVisualBasic6-01-build-and-run.txt".) I run the exe and it opens to the Open Project window. Is it not possible to open projects? Or do I need to configure it somehow or setup permissions somewhere? Any help appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Your expectations may be set a little too high... give it time, perhaps, but not at this stage in development. If you want a tool other than VB6 that will almost certainly open your VBP file and show the VB6 project, then run/compile it - try TwinBasic. |
Beta Was this translation helpful? Give feedback.
-
Hey, I appreciate the question, and I'm glad yereverluvinunclebert provided you with a valid answer. This project was never meant to be a fully featured VB6 replacement. Well, it wasn't even meant to be a half-baked replacement. It was meant to be a toy, and there is no incentive to convert it into anything more than what it is now. The fact that there are still people coding in VB6 is amazing, but it's still a niche, so there's definitely no point in creating a TwinBasic competitor. :) Cheers! |
Beta Was this translation helpful? Give feedback.
Your expectations may be set a little too high... give it time, perhaps, but not at this stage in development.
If you want a tool other than VB6 that will almost certainly open your VBP file and show the VB6 project, then run/compile it - try TwinBasic.