4

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.

Jorge Castro
  • 71,754
user65407
  • 1,365

2 Answers2

5

http://monodevelop.com/Documentation/Stetic_GUI_Designer

You are going to use GTK#

user827992
  • 2,851
  • Thank you so much! And thanks for answering quickly to this now I can continue making programs using vb.net on ubuntu. – user65407 Aug 05 '12 at 21:10
  • Also do you know why when I make a solution the project it makes comes up with the error project does not support .net framework 4. I can fix it by deleting the project then making a new one in the solution. – user65407 Aug 05 '12 at 21:13
0

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