Hi, > What do I need to get a similar IDE to the Visual Basic one? Is there a > similar IDE to the Visual Basic one?
You want MonoDevelop. > Is it possible/practical to follow the Microsoft book using Mono? VB support in MonoDevelop is fairly limited, basically you can only create and build projects (things such as intellisense, auto-completion or UI designer are not implemented). Also have in mind that the compiler is less stable than our C# counterpart, especially with invalid code (if you write wrong code, you'll likely crash the compiler or get funny error messages). IMHO, you should try it out though ;-) Rolf > -- > View this message in context: http://www.nabble.com/Getting-started- > with-Mono-VB---Visual-Basic-2005-tp22461148p22461148.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
