Murach's C# 2008 How to code and test a Windows Forms application
This chapter shows you how to write the C# code for the Windows form that was designed in chapter 2. This chapter also gets you started with practical debugging techniques. When you finish this chapter, you'll be able to use Visual Studio to (1) design a form, (2) write the C# code for the form, and (3) debug the form.
|
|
|
|
Introduction to object-oriented programming |
58 |
|
How to refer to properties, methods,
and events |
60 |
|
How an application responds to events |
62 |
|
|
How to create an event handler for the
default event of a form or control |
64 |
|
How to delete an event handler |
64 |
|
How Intellisense helps you enter the code for a form |
66 |
|
The event handlers for the Invoice Total
form |
68 |
|
How to detect and correct syntax errors |
70 |
|
|
How to code with a readable style |
72 |
|
How to code comments |
74 |
|
How to work with the Text Editor toolbar |
75 |
|
How to collapse or expand blocks
of code |
76 |
|
How to use code snippets |
78 |
|
How to refactor code |
80 |
|
How to get help information |
82 |
|
|
How to run a project |
84 |
|
How to test a project |
86 |
|
How to debug runtime errors |
88 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|