About Visual Basic Essentials

From Techotopia
Revision as of 14:23, 13 August 2007 by Neil (Talk | contribs) (New page: Visual Basic Essentials is intended to be of use to both novices looking to learn Visual Basic, and to those proficient in other languages looking to cross-train. The Visual Basic language...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Visual Basic Essentials is intended to be of use to both novices looking to learn Visual Basic, and to those proficient in other languages looking to cross-train. The Visual Basic language combined with the Visual Studio development environment provide a uniquely powerful, yet easy to master, development environment allowing even the absolute beginner to rapidly create and deploy Windows applications.

Visual Basic Essentials begins with instruction on designing Windows forms in Visual Studio including tasks such as designing menu systems and wiring up event procedures. The book then introduces the concepts of the Visual Basic language covering concepts such as Visual Basic variable types, looping, flow control, functions and subroutines. Once the basics are covered, topics such as arrays, multidimensional arrays, string handling and date and time manipulation are explained. Finally, more advanced topics such as database access and graphics drawing are detailed.

Throughout the book code excerpts are used provide practical examples of the concepts in action. It is intended that having read this online book, the programmer will be confidently designing applications using Visual Basic and Visual Studio.