How am I able to use mono develop to make like a vb.net program not using the code but to where it has a window and you can add buttons and all of that.
How am I able to use mono develop to make like a vb.net program not using the code but to where it has a window and you can add buttons and all of that.
http://monodevelop.com/Documentation/Stetic_GUI_Designer
You are going to use GTK#
Have a look at the replies here and here should you be facing issues with .NETFramework4 on Monodevelop, I have been encountering the same error message the past few days on Monodevelop and the best I reckoned was switching from GTK#2.0 VB.NET onto GTK#2.0 C# and that seemingly addressed my woe, the other guys might have overcome the issue with VB.NET on .NETFramework4 I might have a look at it another time when I am familiar with Monodevelop itself..