How to install VB6 in Ubuntu 17.10 without using a wine, if Visual studio supports to VB6 codes then how to add extension in visual studio.
Asked
Active
Viewed 3,066 times
1
-
this is not duplicate question – Kunal S Kasar Mar 21 '18 at 11:33
2 Answers
1
Take a look at Mono for VB.Net support Under Linux (at my knowledge, it's the closest solution to VB6 you'll get) (the IDE is called Monodevelop).

DrGorilla.eth
- 385
-
I had tryed it but Like visual basic it can not support Design GUI Forms – Kunal S Kasar Mar 06 '18 at 10:56
1
To Design Form like in Visual basic as well as compile, run code, you can install Gambas3:
sudo apt-get install gambas3

galoget
- 2,963