I recently checked out a book (written by Jonathan S. Harbour) on game programming in VB.NET with DirectX. The book focuses on teaching the basics of game programming, and the supplied learning project is a 2D RPG called "Celtic Crusader". however, the book is from circa 2005 and focuses on Visual Basic 6.0...and I'm wondering if that's outdated code.
The main problem I'm having is that I can't find the DirectX libraries inside of VB at all (I'm using the latest version). I'm looking where the book is telling me to (under "Add Reference" and the ".NET" tab), but it's nowhere to be found. All I can find is "System.Drawing" and nothing else. Where the heck is DirectX? Do I have to download it somewhere (Google searches have yielded no results for me)?
If anyone can tell me where to find DirectX (specifically Direct3D) and all of that, I would GREATLY appreciate it!