VB.NET 2005 Tutorials: Common
VB.NET 2005 Tutorials:
VB.NET 2005 Tutorials:
VB.NET 2005 Tutorials:
Windows Form Controls
Creating Menu and Menu Items
Creating Multiple-Document
Validation - In this
Section:2 - In this tutorial
- In this tutorial we will
Interface (MDI) Applications
tutorial you will learn
we will learn about Common
learn about Creating Menu
In this tutorial you will
about User Input Validation,
Windows Forms Controls in
and Menu Items - Main Menu,
learn about Creating
Required Field Validators,
Visual Basic .NET 2005. In
Context Menu, StatusBar and
Multiple Document Interface
Comparison Validators, Range
this part 2 of this article,
ToolBar. Windows users are
(MDI) Applications. In most
Validators, Regular
We will be learning the
familiar with Menu objects.
real time applications we
Expression Validator, Custom
controls like Control
The MainMenu control
often find that multiple
Validators, ErrorProvider,
MonthCalendar and
represents the container for
windows open within another
Enabling Controls Based On
DateTimePicker, TreeView and
the menu structure of the
window. This kind of need is
Input and Other Properties
ListView, Timer, TrackBar
form. Menus are made up of
satisfied by implementing
of Validation.
and ProgressBar, HScrollBar
MenuItem objects that
Multiple Document Interface
and VScrollBar.
represent the individual
(MDI) Applications. You can
parts of a menu. You can add
create a class and designate
submenus to menus that will
it as a MDI window by
pop up when the user clicks
setting its IsMDIContainer
an arrow in the menu item,
Property as true. Set the
display check marks, create
value for WindowState as
menu separators, assign
maximized.
shortcut keys to menu items
, even draw the appearance
of menu items yourself.
Date: Jul, 22 2005 Date: Jul, 22 2005 Date: Jul, 22 2005 Date: Jul, 22 2005 |
VB.NET 2005 Tutorials:
VB.NET 2005 Tutorials:
VB.NET 2005 Tutorials:
VB.NET 2005 Tutorials:
Exceptions - In this
Creating and Managing
Creating and Managing
Creating and Managing .NET
tutorial you will learn
Components Section 2 - In
Components Section 1 - In
Assemblies Single-file and
about Exceptions, Common
Section 2 of Creating and
this tutorial you will learn
multi-file assemblies,
Exceptions, Handling
Managing Components You will
about Components, Best
Combining modules written in
Exceptions - Try Block,
learn about Hosting a
practices in using
different languages,
Catch Block, Throw
control inside Internet
Components, Creating
Creating a multi-file
Statement, Finally Block,
Explorer, HTMLAnchor
Components by extending the
assembly, End Namespace,
Salient points about error
Control, HTMLButton Control,
UserControl Class, Testing
Static and dynamic
handling Custom Exceptions -
HTMLGeneric Control,
the Control, Creating and
assemblies, Private and
Managing Unhandled Exception
Creating Components by
implementing Events,
shared assemblies, Sharing
extending the Control class,
Extending a control through
an assembly, Satellite and
Creating a custom control
Visual Inheritance and
Resource-only assemblies,
and Creating components by
Inheriting from a
Compiling Satellite
extending the Component
UserControl.
Assemblies, Compiling
class.
Satellite Assemblies With
Strong Names, Obtaining the
Public Key, Delay Signing an
Assembly, Re-signing an
Assembly, Installing a
Satellite Assembly in the
Global Assembly Cache,
Resources in Applications,
Creating and Localizing
Resources and Packaging and
Deploying Resources.
Date: Jul, 22 2005 Date: Jul, 22 2005 Date: Jul, 22 2005 Date: Jul, 22 2005 |