I think step one to programming would include making tags work? I kid.
VB.NET Windows Application(and maybe Console too) is pretty much intuitive as it has the drag-and-drop thing along with Intellisense. You can literally sit down, create a project, and guess your way through the IDE without much issue. That is, of course, not considering outside functionality like SQL and whatnot. The Intellisense really does a lot when pared with VB's 'basic' syntax.
Perspective, I think, is essential. Reading a manual is not so fun when you don't know what you're looking for. Maybe try out some programming exercises online, even if not intended for your language. Instead, of course, of just aiming for finishing the task, try to expound what you know on a measly problem. There isn't an overkill solution when you're trying to learn a language.