PDA

View Full Version : VB.NET + Mono



ton_cut345
October 12th, 2010, 03:39 PM
Hi,

I would like to ask for a reference or tutorial regarding on how to use mono develop with vb.net.

mono's website state that there are GUI toolkits which I installed in my mono but I don't know how to switch from form view to code view and vice versa. does anybody know how to do it?

directhex
October 12th, 2010, 05:14 PM
Hi,

I would like to ask for a reference or tutorial regarding on how to use mono develop with vb.net.

mono's website state that there are GUI toolkits which I installed in my mono but I don't know how to switch from form view to code view and vice versa. does anybody know how to do it?

There's no GUI designer for VB.NET - nobody has contributed one. You can do your GUi as a C# project & the logic as a VB.NET project, or do your GUI manually in VB.NET.