1

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.

Naresh S Nash
  • 270
  • 1
  • 8

2 Answers2

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).

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