
New
to myExercises:
New
to myNotes:
|
Order
this book today from

|
|
Title:
Microsoft Visual Basic 2005:
RELOADED, Second Edition
Author:
Diane Zak
Click
the image below to order your copy. |
|

|
|
|

| |
[ Up ] [ GUI Standards ] [ Access Files ] [ Accumulators, Counters & Averages ] [ Arrays ] [ Collections ] [ Constants & Enumerators ] [ Crystal Reports ] [ Data Types ] [ Flowchart Symbols ] [ Functions ] [ Keywords ] [ Methods ] [ Operators ] [ Repetition Structures ] [ Selection Structures ] [ Sub Procedures ] [ Toolbox Controls ] [ Variables ] [ Windows Forms ].
Introduction
Toolbox
controls for Windows Forms:
|
Button |
ErrorProvider |
MainMenu |
PrintDialog |
TextBox |
|
CheckBox |
FontDialog |
MonthlyCalender |
PrintDocument |
Timer |
|
CheckedListBox |
GroupBox |
NotifyIcon |
PrintPreviewControl |
ToolBar |
|
ColorDialog |
HelpProvider |
NumericUpDown |
ProgressBar |
ToolTip |
|
ComboBox |
HScrollBar |
OleDbDataAdaptor |
RadioButton |
TrackBar |
|
ContextMenu |
ImageList |
OpenFileDialog |
RichTextBox |
TreeView |
|
CrystalReportViewer |
Label |
PageSetupDialog |
SaveFileDialog |
VScrollBar |
|
DataGrid |
LinkLabel |
Panel |
Splitter |
|
|
DateTimePicker |
ListBox |
PictureBox |
StatusBar |
|
|
DomainUpDown |
ListView |
Pointer |
TabControl |
|
Toolbox
controls for Data:
|
DataSet |
SqlConnection |
OracleDataAdapter |
|
|
OleDBDataAdapter |
SqlCommand |
OracleConnection |
|
|
OleDBConnection |
OdbcDataAdapter |
OracleCommand |
|
|
OleDBCommand |
OdbcConnection |
DataView |
|
|
SqlDataAdapter |
OdbcCommand |
|
|
Toolbox
controls for Components:
|
FileSystemWatcher |
PerformanceCounter |
|
|
|
EventLog |
Process |
|
|
|
DirectoryEntry |
ServiceController |
|
|
|
DirectorySearcher |
Timer |
|
|
|
MessageQueue |
ReportDocument |
|
|
Control Name & picture
Object purpose
List GUI standards for this control
List & discuss properties
List & discuss methods
List & discuss events
Introduction
This
is more or less where your program gets its personality. The toolbox
contains the tools and other components used when designing a user
interface. The toolbox consists of five tabs:
| Data |
To access data and data
sources |
| Components |
To monitor the file system and
recording error information while the program is running |
| Windows Forms |
Contains tools needed to
create the user interface. |
| Clipboard Ring |
Contains cut or copied items
which can be dragged onto the active design |
| General |
Contains objects or code that
can be dragged onto the active design |
| * |
Each
tool in the toolbox represents a class with its own attributes and
behaviours.
|
| * |
To add or delete tools from
the Windows Forms toolbox, right-click the tab and choose Customize
Toolbox. |
| * |
Tools are listed by frequency
of use. |
| * |
Tools can be sorted
alphabetically by right-clicking the tab and choosing Sort Items
Alphabetically. |
| * |
To display tool icons and
names, right-click the tab and select List View. |
| * |
To reset the toolbox to its
default state, right-click the tab, select Customize Toolbox, then click
the .Net Framework tab and select Reset, Yes and then OK. |
Back
to Top
|