Chapter 1 - Intro To
Chapter 1 - Intro To
DFP4013
VISUAL PROGRAMMING
What is .NET??
Software platform
In other words:
.NET is not a language
Toolbox
is a palette of developer objects, or
controls, that are placed on forms or
web pages and then code is added to
allow the user to interact with them.
An example would be TextBox, Button
and ListBox controls. With these three
controls added to a Windows Form
object the developer could write code
that would take text, input by the
application user, and added to the
ListBox after the button was clicked.
Integrated Development Environment (IDE)
Solution Explorer
This is a section that is used to view
and modify the contents of the
project.
A Visual Studio Windows
Application Project will generally
have a Form object with a code
page, references to System
components and possibly other
modules with special code that is
used by the application.
Integrated Development Environment (IDE)
Properties Windows
The properties windows shows all the
control (like textbox) properties to be
change at design time.
Most of this properties can be change
at run time with some code, but
basically most of this properties
change the way the control is display
on your application.
Integrated Development Environment (IDE)
Design view
Code view
Enter search
term in the
Look for box
CLASS
Double-click
an item in
the list box SUMMARY ?
Double-click an item in the lower center pane; upper center pane
shows results
thank you