Murach's C# 2008
More skills for working with Windows forms and controls
To keep the emphasis on the C# essentials, the first nine chapters present single-form
applications that contain label, text box, and button controls. But now that you're
ready for it, this chapter shows you how to use controls like combo boxes, list boxes,
and check boxes in developing multi-form applications.
|
|
|
|
Five more types of controls |
276 |
|
How to work with combo boxes and list
boxes |
278 |
|
How to work with check boxes and radio
buttons |
282 |
|
How to work with group boxes |
282 |
|
How to use Tab Order view to set
the tab order |
284 |
|
How to get the information you need for using a control |
286 |
|
|
How to add a form to a project |
288 |
|
The code that's generated for a new
form |
290 |
|
How to rename a form |
292 |
|
How to display the first form of an
application |
294 |
|
How to display a form as a dialog box |
296 |
|
How to pass data between a form
and a custom dialog box |
298 |
|
|
How to display a dialog box and get
the user response |
300 |
|
How to use the FormClosing event |
302 |
|
|
The operation |
304 |
|
The property settings |
306 |
|
The code for the Customer form |
306 |
|
The code for the Payment form |
310 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|