Thanks for the wiki link

hmmm the 6.5 vb tutorials are in 2008, will it work on 2005?
VS 2005 won't open the solution file. What you can do is open the solution file in a text editor and change these lines:
Microsoft Visual Studio Solution File, Format Version 10.00
to
Microsoft Visual Studio Solution File, Format Version 9.00
and
# Visual Basic Express 2008
to
# Visual Basic Express 2005
Then the solution file should work in 2005. I just figured this out myself, so I'll update the tutorials and upload the VS 2005 versions
