![]() |
Regarding: VB6 as compared to VB2008 Express - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Game Design (https://mirage-engine.uk/forums/forumdisplay.php?fid=11) +---- Thread: Regarding: VB6 as compared to VB2008 Express (/showthread.php?tid=3130) |
Regarding: VB6 as compared to VB2008 Express - Ryotronix - 10-09-2009 Alright, I've made arrangements with my Digital Media teacher at school, and he has allowed me to spend my semester in his class teaching myself either visual basic, or c++, which I intend to do. I am unsure as to whether I should obtain a version of the VB6 software, or to download the VisualStudio 2008 Express which within it contains a bundle of other programs as well as Visual Basic. Just looking for assistance/insight is all. Re: Regarding: VB6 as compared to VB2008 Express - Matt - 10-09-2009 Ryotronix Wrote:Alright, I've made arrangements with my Digital Media teacher at school, and he has allowed me to spend my semester in his class teaching myself either visual basic, or c++, which I intend to do. Visual Studio 2008 is VB.Net, if that helps you at all. Re: Regarding: VB6 as compared to VB2008 Express - Ryotronix - 12-09-2009 What exactly is VB.net, and how does it relate to VB6 and how useful is it? Re: Regarding: VB6 as compared to VB2008 Express - Toast - 28-09-2009 VB.NET VB6, period. The upgrading wizard Microsoft has come up with to upgrade your VB6 projects to VB.NET is a joke. There are so many better ways of doing things with the .NET syntax that using the same methods upgraded from VB6 is not worth your time. Your better off re-writing all your projects from VB6 to VB.NET. Re: Regarding: VB6 as compared to VB2008 Express - GIAKEN - 28-09-2009 Visual Basic 6 is released in the Visual Studio 6 collection, where as Visual Basic .NET is released in the Visual Studio 2006+ collections. Visual Studio includes various types of development software, such as Visual Basic, Visual C++, C# (which is also using the .NET frame work), and so on. |