0% found this document useful (0 votes)
27 views

Chapter 2

Programming languages allow writing instructions in a structured format that can be understood by humans. Machine language is the only language computers can understand directly and uses binary numbers. A compiler translates instructions written in a programming language into machine language. Visual Basic.NET is an object-oriented programming language used to create Windows applications with a graphical user interface that respond to user events. The .NET Framework provides services for application development and execution.

Uploaded by

Nour Ahmed
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Chapter 2

Programming languages allow writing instructions in a structured format that can be understood by humans. Machine language is the only language computers can understand directly and uses binary numbers. A compiler translates instructions written in a programming language into machine language. Visual Basic.NET is an object-oriented programming language used to create Windows applications with a graphical user interface that respond to user events. The .NET Framework provides services for application development and execution.

Uploaded by

Nour Ahmed
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

Programming Language :-

Is a set of rules , symbols and


special words you can use to write
instructions
Machine language :- It's the language
that the computer can understand and
execute its instructions( 0, 1 ).

Computer understand one language -


. only that Machine Language
Compiler
Programming Machine
Language language
- : The Compiler
That translate program instructions
from English to machine language for a
. computer understand
-: Visual basic.net is used to create windows application
A Windows-based application has a Graphical User
.Interface (GUI)
-: Windows applications are event driven applications
EX. calculator

Writing programs using programming Language is *


.important for responding to certain event
-: Windows applications is an object oriented Language
In visual basic everything depends on objects( Button ,
.Textbox , Combo box , …… )
Object :- is the basic constructive element in object oriented
programming .
*It's created from a defined class .
* Objects which have properties , events , Methods

Event that occur to object ( action )


Such as :- Click event on the object button .

Methods that present actions to be performed on object ,


causing certain behavior on the object .

A Class is the blueprint / plan / template , from which the


individual objects , are created
-: Net framework .
The .network is like the central nervous system for all visual
. studio.net applications
-: Net framework enables you to.
. Develop Applications .1
.Provide a development environment for running all applications .2
. Other elements .4

-: The framework
Is used in the development ,design and execution of .Net-
. application

-: The framework is composed of


Common Language Runtime ( CLR) .1
The.net class libraries .( System Class Libraries ) .2
. Compilers .3
The main elements of IDE screen after
-: opening visual studio

Solution Explorer
Form window

Toolbox

Properties Window
Form window :- -Is the window " visible interface " of the applications , .1
.what users will see and work with when they run this applications
Tool box :-It contains controls that the programmer can place on the form " Button , .2
) … label , toolbox

Notice that :- You can display all the " controls " by choosing " All windows form tab-
. or category
Properties window :- It lists the property setting for the selected this form or .3
. control and permits changes to each setting to be made
. Notice that : In IDE screen , displayed properties differ upon the selected element -
Solution Explorer Window :- It is contains a list of items of the current solution ,.4
and may contain one or multiple projects
-: Create a new project

File New project windows form applications

typing project's name OK


-:" Add a new " Form " to the " project *
Project menu Add windows form
•Save the " project " in one of the storage devices :-
File Save all

The browse button


Project
Name

Solution Name
* Add a new " project " to the "solution "

File Add New Project


* Solution Explorer Window :-

The Solution name

The first project name

The second Project name

You might also like