Visual Basic 2005 Programmer's Reference
Visual Basic 2005 adds new features to Visual Basic (VB) that make it a more powerful programming language than ever before. This combined tutorial and reference describes VB 2005 from scratch, while also offering in-depth content for more advanced developers. Whether you're looking to learn the latest features of VB 2005 or you want a refresher of easily forgotten details, this book is an ideal resource.
Well-known VB expert Rod Stephens features the basics of Visual Basic 2005 programming in the first half of the book. The second half serves as a reference that allows you to quickly locate information for specific language features. It's a comprehensive look at programming using the increased set of language options offered with the VB 2005 release, confirming that there has never been a better time to learn Visual Basic than now.
What you will learn from this book: The fundamental concepts of object-oriented programming with Visual Basic, including classes and structures, inheritance and interfaces, and generics How an application can interact with its environment, save and load data in external sources, and use standard dialog controls The syntax for declaring subroutines, functions, generics, classes, and other important language concepts
Who this book is for:
This book is for programmers at all levels who are either looking to learn Visual Basic 2005 or have already mastered it and want some useful tips, tricks, and language details.
Wrox Programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.
User review
Good book
Good book and well written. I like the lots of examples. Very detailed and a great book to use as a reference.
User review
Highly recommend!!!
Programming is not my primary field, but is something that I need to do from time to time. The last time I had programmed was with Visual Basic 4 and the syntax has changed since that time with Visual Basic 2005. I purchased 3 texts and this was the best one that helped me get used to the new syntax.
User review
Good content. Poor index.
I had not used Visual Basic for several years before purchasing this book. I had forgotten a lot, and lots of things have changed. As I worked my way through this book, I found the actual content to be extremely useful. There is a good overview of a wide range of topics. The example programs are excellent starting points for understanding the various topics, and most proved easy for me to expand upon.
As I progressed through the book, I would frequently have the desire to use syntax, functionality, examples, etc. that I was sure that I had already read about. Unfortunately, it was not very long before I realized that the index was very underdeveloped for a book containing this much information. The index is a very important part of any good reference book, and is a big weakness of this otherwise good text.
User review
Slightly Problematic.
I was somewhat frustrated that the chapter dealing with structures and classes said that,,. Classes are faster when dealing with arrays,,. Yet there was no example of how to use classes with arrays,,. And for me, I don't see any other way I would want to use classes.
For example,,. I was trying to make a layer system for an image manipulation program.
Code such as:
DIM layers(10) as new bitmap
So in order to get layers I had to resort to 3, 3dimensional arrays.
RED(x,y,layer number) etc.
I am sure the book is only frustrating to me because I used it mostly for the graphics section and for code tailored to manipulation of graphics.
I am sure this book is all fine and dandy if you are reading it with no particular focus in mind. But, if you are reading a chapter and then immediately try to apply it to a specific situation, you may come into problems that the book does not address.
But I guess that is how programming works. Even if you know what you are doing you still run into problems when you take your idea from,,. idea to actual programming.
User review
Must have!!!
I have found, Visual Basic 2005 Programmer's Reference (Programmer to Programmer) to be a very good reference source. The book offers both Visual Basic references, and .net framework references side by side. I as a newer programmer (novice - intermediate ), and have been looking for a bridge, that goes between beginner and advanced. Visual Basic 2005 Programmer's Reference, has done just that!
The gap that existed for me, was filled in quite nicely. I have been struggling with more advanced concepts and now, I have begun to make the progress that seemed to elude me.
If there is anyone out there looking for the same `bridge`, I would recommend this book without hesitation.