PDA

Click to See Complete Forum and Search --> : linux vb applications


alexis23
May 9th, 2007, 10:44 PM
hi,

is there a way that my vb project will run under linux os?

thanks,

alexis

eSPiYa
May 10th, 2007, 12:37 AM
If it is a VB.NET it is possible.
You may use MONO Framework and Monodevelop Ide.

RobDog888
May 10th, 2007, 02:43 AM
Moved from the VB FAQ Forum.

mightor
May 22nd, 2007, 01:25 AM
If you want something *like* VB under Linux, have a look at http://gambas.sourceforge.net/

Gr,
Mightor

Genom
May 30th, 2007, 04:49 PM
do you know how to integrate my VB.net application into Mono?

eSPiYa
May 31st, 2007, 02:43 AM
do you know how to integrate my VB.net application into Mono?
You may use MoMA (http://www.mono-project.com/Moma) if your application can run under MONO Framework.
And if you have problem with the implementation of Windows.Forms, you may read this guide (http://www.mono-project.com/Guide:_Porting_Winforms_Applications).