Murach's Visual Basic 2008
How to work with bound controls and parameterized queries
This chapter builds on what was presented in chapter 14 to
show you how to work with bound controls, use parameterized
queries, customize the generated toolbars, and work with a
DataGridView control in a database application.
|
|
|
|
How to format the data displayed in a text box |
470 |
|
How to bind a combo box to a data source |
472 |
|
How to use code to work with a binding source |
474 |
|
|
How to create a parameterized query |
476 |
|
How to use code to work with a parameterized query |
478 |
|
|
How to use the Items Collection
Editor |
480 |
|
How to code an event handler for
a ToolStrip item |
482 |
|
|
The user interface |
484 |
|
The code |
484 |
|
|
How to modify the properties of a DataGridView control |
488 |
|
How to edit the columns of
a DataGridView control |
490 |
|
How to format the data in the columns of a DataGridView control |
492 |
|
How to use a DataGridView
control to create a Master/Detail form |
494 |
|
|
The user interface |
496 |
|
The dataset schema |
496 |
|
The code for the Customer Invoice
Display form |
496 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|