benb Level: Protégé
 Registered: 24-02-2006 Posts: 4
|
How to code and test a Windows Form application
Teach yourself how to code Visual Basic 2005 applications! If you already know how to add controls to a form and set their properties, Chapter 2 from Murach’s Visual Basic 2005 shows you how to code a Windows form for an invoicing function, run it, and debug simple runtime errors using the productivity tools of Visual Studio 2005. The rest of the book builds out those skills to turn you into a top professional VB developer.
Chapter 3 from Murach’s Visual Basic 2005 shows you how to enter the VB code for a Windows form so the interface you’ve designed works the way you want it to. Along the way, you’ll get an introduction to object-oriented programming. You’ll see how to use code snippets and Auto Correction, two time-saving features that are new in 2005. And you’ll get started using practical debugging techniques.
Sample chapters and code are available at the publisher's web site at www.murach.com.
|