|
I am not really familiar with Visual Basic.Net's features, but there are a few IDE's out there that'll let you do graphical form layout and such. Kylix, which is maybe by Borland (available free if you are making GPL software, at cost for proprietary use) allows you to use C++ or Delphi. kdeveloper/qtdesigner is another C++ oriented system that favors Qt apps. I am sure there are more but the only one I have ever really used is kdeveloper/qtdesigner. I do most of my work with vi and C.
If you are looking for something that uses Basic specifically the answer is probably no, as basic isn't popular at all for linux software development.
|