Warrior4Christ wrote:It's worth checking it out if you're interested in programming. It has a high quality interface.
I've downloaded VB and C# (haven't used that one yet...). My understanding was that they were making available for free download for a year, then they would only make it available by purchasing it after that... unless they've changed it...
How did you obtain the professional version for free, TM?
I went to the Visual Studio Launch party in detroit, by signing up on microsoft events months in advance. tons of free food (everything you could want - it was crazy), they hand everyone VS 2005 pro, SQL Server 2005 std., Biztalk 2005, and a free tshirt. there's a bunch of different sessions you can pick from to learn about programming, as well as even more giveaways and drawings for stuff like computer books. all in all, a nerd fair.
anyway, microsoft events is worth checking into occasonally, if you're into stuff like that.
TheMelodyMaker wrote:I'm going to have to train myself to use Visual Basic 2005, I see -- even though I've been using Visual Basic 6 for years. Not only have the program features changed, but the language elements have changed a bit as well. When I tried importing my project files for The Traveller's Guide over from VB6 to VB8 (the actual version number of Visual Studio 2005 is 8), I recieved almost 180 upgrade warnings -- most of which I had no idea what it was talking about! @_@ So for now I think I'll be sticking with VB6 for that until I know what I'm doing with VB8.
But once you've changed over, you'll never look back. it's much easier, and many of the oddities of VB6 have beeen fixed (like the set command is gone, since everthing is an object, strings are now objects, and give a host of extra properties that are really useful, form designing is simplified immensely, and much much more.)