SlideShare a Scribd company logo
1 of 20
To be familiar with the
environment of Visual Basic
2005 (VB.Net)
To add different
controls to a form
To become familiar with
the different control in
its properties
To be able to create a
form in VB.Net
To save a project in
Visual Basic.Net
 provides the features that are most important to
programmers, such as OOP (Object Oriented
Programming), strings, graphics, GUI
Graphical – User – Interface) Components, exception,
handling, multimedia (audio, images, animation and
video), file processing, database processing, Internet and
Worldwide web base client/server Networking.
Is Microsoft’s Integrated Development
Environment (IDE) for creating, running, and
debugging programs (also called
Applications) written in a variety of .Net
programming languages. This IDE is a
powerful and sophisticated tool for creating
business-critical and mission-critical
applications.
In June 2000, Microsoft announced its .Net plan, a broad new vision for
embracing the internet and the web in the development, engineering and use
software. One key aspect of the .Net strategy is its independence from a specific
language or platform. Rather than facing developers to use a single
programming language, developer can create a .Net application in any .Net –
Compatible language. Programmers can contribute to the same project, writing
code in the .Net language such as Visual Basic.Net, Visual C++.Net, C# and
others in they are most competent. Part of the plan includes Microsoft ASP.Net
technology, which allows programmers to create applications for the web.
The Microsoft .Net Framework is the heart of the .Net strategy.
This Framework manages and executes applications and web
service, contains a class library (called Framework Class Library
or FCL), enforces security and provides many other
programming capabilities.
The .net Framework consists of two main components: The .Net Framework
Class Library and the Common Language Runtime.
.Net applications do not access the operating system or computer hardware
directly. Instead, they use services of the .Net Framework, which in turn
access the operating system and hardware.
The .Net Framework Class Library provide pre – written code in the
form of classes that are available to all of the .Net programming
langauages. This class library consists of hundreds of classes, but you
can create simple .Net applications once you learn how to use just a few
of them.
The Common Language Runtime, or CLR, is the foundation of the
.Net Framework. It manages the execution of .Net programs by
coordinating essential functions such as memory management, code
execution, security, and other services. Because .net applicatons are
managed by the CLR, they are called managed applications.
The Common Type System is a component of the CLR that ensures
that all .Net applications use the same basic data types regardless of
what programming languages were used to develop the applications.
A Windows Forms application runs on the Windows Desktop
and can consist of one or more Windows forms. These forms
provide the graphical user interface (GUI) for the application.
Each Windows form can contain Windows Forms controls
like labels, text boxes, buttons and radio buttons. These
controls let the user interact with the application.
The main part of the Visual Studio IDE contains one more tabbed
windows. To develop a form, you use the Form Designer window.
And to develop code, you use the Code Editor window.
To add controls and other items to a form, you use the Toolbox. The
Toolbox contains a variety of items organized into categories such as
Data, Components, Windows Forms, and so on. There is an auto-hide
feature of the toolbox when the mouse pointer is moved outside the
toolbox window.
To change the way a form or control looks or operates, you use the
Properties window. The window displays the properties of the item
that’s selected in the Form Designer window.
To add a control to a form, select the control in
the Toolbox. Then, click in the form where you
want to place the control and drag the pointer on
the form to size the control.
You can also add a control by double-clicking it or by
dragging and dropping it onto the form. If you double-
click on it, the control is placed in the upper left corner of
the form. If you drag it, it’s placed where you drop it.
Then, you can move and size the control.
To select a control on the form,
click on it. To move a control,
drag it. To size a selected
control, drag one of its handles.
To select a more than on
control, hold down the Shift
or Ctrl key as you click on
each control. You can also
select a group of controls by
clicking on a blank spot in
the form and then dragging
around the controls.
To align size, or space a group of selected controls, click on a control to make it
the Primary Control. (By default, the last control you select is the primary
control.) Then, use the commands in the Format menu or the buttons on the
Layout toolbar to align, size, or space the controls relative to the primary
control.
You can also size all of the control in a group by sizing the
primary control in the group. And you can drag any of the
selected controls to move all the controls.
To change the size of a form to accommodate the controls,
click on the form and then drag it by one of its handles.
You have a look in
the top right of the
Design Environment,
you’ll see the
Solution Explorer. (If
you can’t see it, click
View > Solution
Explorer)
The Solution Explorer
shows you all the files
you have been in your
project (Notice that the
name of your project is
at the top of the tree –
“My First Project”).
At first glance, it looks as though are
not many files in the project. But
click the Show All Files icon, circled
below:
When you click Show All Files, the
Solution Explorer will look something
like this:
When you save your project, you are
saving all these files.
To save your work, click File > Save All
and you’ll see the following dialogue box
(we’ve chopped ours down a bit):
The file are usually saved in the
My Document folder in XP
(Document folder in Vista),
under Vista Studio. If you want
to save your projects elsewhere,
click the Browse button.
To actually save your work as you go
along, just click File > Save All from
the menu bar. Or press Ctrl + Shift + S
on your keyboard. Or click the icon in
the Toolbar. If you save often then you
won’t lose any of your work if anything
goes wrong with your computer.
About the authorJULLIENE KHRIZIA
QUINTO AND MARY
GERABELLE VALDEZ
ARE STUDENTS AT JUAN
G. MACARAEG
NATIONAL HIGH
SCHOOL LOCATED
ATBINALONAN,PANGASI
NAN. THIS SLIDESHOW
IS MADE AND
UPLOADED AS A
PROJECT FOR THEIR
COMPUTER
PROGRAMMING CLASS
AND WILL BE PASSED TO
THEIR SUBJECT
TEACHER

More Related Content

What's hot

Visual studio ide componects dot net framwork
Visual studio ide componects dot net framworkVisual studio ide componects dot net framwork
Visual studio ide componects dot net framworkDipen Parmar
 
Chapter 2 — Program and Graphical User Interface Design
Chapter 2 — Program and Graphical User Interface DesignChapter 2 — Program and Graphical User Interface Design
Chapter 2 — Program and Graphical User Interface Designfrancopw
 
Module 9-Giving feedback and grade- Task 2(option 2)
Module 9-Giving feedback and grade- Task 2(option 2)Module 9-Giving feedback and grade- Task 2(option 2)
Module 9-Giving feedback and grade- Task 2(option 2)EDIT3318
 
Gui in matlab :
Gui in matlab :Gui in matlab :
Gui in matlab :elboob2025
 

What's hot (11)

Toolbar
ToolbarToolbar
Toolbar
 
Visual studio ide componects dot net framwork
Visual studio ide componects dot net framworkVisual studio ide componects dot net framwork
Visual studio ide componects dot net framwork
 
Chapter 2 — Program and Graphical User Interface Design
Chapter 2 — Program and Graphical User Interface DesignChapter 2 — Program and Graphical User Interface Design
Chapter 2 — Program and Graphical User Interface Design
 
Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
 
Module 9-Giving feedback and grade- Task 2(option 2)
Module 9-Giving feedback and grade- Task 2(option 2)Module 9-Giving feedback and grade- Task 2(option 2)
Module 9-Giving feedback and grade- Task 2(option 2)
 
Menu stripe
Menu stripeMenu stripe
Menu stripe
 
Visual basic
Visual basic Visual basic
Visual basic
 
Gui in matlab :
Gui in matlab :Gui in matlab :
Gui in matlab :
 
exe in MatLab
exe  in MatLabexe  in MatLab
exe in MatLab
 
Ppt lesson 09
Ppt lesson 09Ppt lesson 09
Ppt lesson 09
 
Tutorials2
Tutorials2Tutorials2
Tutorials2
 

Viewers also liked

CARWEB2 BRUKERMANUAL, V-3, april 2015 pdf
CARWEB2 BRUKERMANUAL, V-3, april 2015 pdfCARWEB2 BRUKERMANUAL, V-3, april 2015 pdf
CARWEB2 BRUKERMANUAL, V-3, april 2015 pdfWiggo E. Ryhjell
 
Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...
Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...
Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...Johan Lindblom
 
Java Programming (M&M)
Java Programming (M&M)Java Programming (M&M)
Java Programming (M&M)mafffffe19
 
CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015
CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015
CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015Wiggo E. Ryhjell
 
Identitas nasional
Identitas nasionalIdentitas nasional
Identitas nasionalMAHASISWI
 
Kintner Modular Homes, Inc. Customer Testimonials
Kintner Modular Homes, Inc. Customer TestimonialsKintner Modular Homes, Inc. Customer Testimonials
Kintner Modular Homes, Inc. Customer Testimonialsmike2015kmhi
 
Make in india new
Make in india newMake in india new
Make in india newhshora
 
Control Structures in Visual Basic
Control Structures in  Visual BasicControl Structures in  Visual Basic
Control Structures in Visual BasicTushar Jain
 
Aplikasi crud dengan visual basic 2012
Aplikasi crud dengan visual basic 2012Aplikasi crud dengan visual basic 2012
Aplikasi crud dengan visual basic 2012bahtiarbinus
 
もくもくしたこと
もくもくしたこともくもくしたこと
もくもくしたことk_oi
 
Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)pbarasia
 
Introduction to visual basic programming
Introduction to visual basic programmingIntroduction to visual basic programming
Introduction to visual basic programmingRoger Argarin
 
Visual basic ppt for tutorials computer
Visual basic ppt for tutorials computerVisual basic ppt for tutorials computer
Visual basic ppt for tutorials computersimran153
 

Viewers also liked (20)

CV (2)
CV (2)CV (2)
CV (2)
 
CARWEB2 BRUKERMANUAL, V-3, april 2015 pdf
CARWEB2 BRUKERMANUAL, V-3, april 2015 pdfCARWEB2 BRUKERMANUAL, V-3, april 2015 pdf
CARWEB2 BRUKERMANUAL, V-3, april 2015 pdf
 
Umberto CV - Copy
Umberto CV - CopyUmberto CV - Copy
Umberto CV - Copy
 
BA and HR
BA and HRBA and HR
BA and HR
 
CV Aout Final
CV Aout FinalCV Aout Final
CV Aout Final
 
Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...
Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...
Presentation av Johan Lindblom - frukostseminarium för IdeK 26 februari på Hi...
 
สงครามโลก
สงครามโลกสงครามโลก
สงครามโลก
 
Java Programming (M&M)
Java Programming (M&M)Java Programming (M&M)
Java Programming (M&M)
 
Programming
ProgrammingProgramming
Programming
 
CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015
CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015
CARWEB2 salgsprosess BRUKERMANUAL, V-3, april 2015
 
Identitas nasional
Identitas nasionalIdentitas nasional
Identitas nasional
 
Kintner Modular Homes, Inc. Customer Testimonials
Kintner Modular Homes, Inc. Customer TestimonialsKintner Modular Homes, Inc. Customer Testimonials
Kintner Modular Homes, Inc. Customer Testimonials
 
Make in india new
Make in india newMake in india new
Make in india new
 
Control Structures in Visual Basic
Control Structures in  Visual BasicControl Structures in  Visual Basic
Control Structures in Visual Basic
 
Aplikasi crud dengan visual basic 2012
Aplikasi crud dengan visual basic 2012Aplikasi crud dengan visual basic 2012
Aplikasi crud dengan visual basic 2012
 
もくもくしたこと
もくもくしたこともくもくしたこと
もくもくしたこと
 
Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)
 
Osi model
Osi modelOsi model
Osi model
 
Introduction to visual basic programming
Introduction to visual basic programmingIntroduction to visual basic programming
Introduction to visual basic programming
 
Visual basic ppt for tutorials computer
Visual basic ppt for tutorials computerVisual basic ppt for tutorials computer
Visual basic ppt for tutorials computer
 

Similar to Visual basic

Visual basic concepts
Visual basic conceptsVisual basic concepts
Visual basic conceptsmelody77776
 
MS Office Professional 2010 Course.pdf
MS Office Professional 2010 Course.pdfMS Office Professional 2010 Course.pdf
MS Office Professional 2010 Course.pdfUdara Sandaruwan
 
Visual Basic IDE Introduction
Visual Basic IDE IntroductionVisual Basic IDE Introduction
Visual Basic IDE IntroductionAhllen Javier
 
Visual Basic IDE Intro.pdf
Visual Basic IDE Intro.pdfVisual Basic IDE Intro.pdf
Visual Basic IDE Intro.pdfsheenmarie0212
 
visual basic for the beginner
visual basic for the beginnervisual basic for the beginner
visual basic for the beginnerSalim M
 
Visual programming basic.ppt bs cs5th class
Visual programming basic.ppt bs cs5th classVisual programming basic.ppt bs cs5th class
Visual programming basic.ppt bs cs5th classmnewg218
 
Creating a text editor in delphi, a tutorial
Creating a text editor in delphi, a tutorialCreating a text editor in delphi, a tutorial
Creating a text editor in delphi, a tutorialErwin Frias Martinez
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0sanket1996
 
VB6_INTRODUCTION.ppt
VB6_INTRODUCTION.pptVB6_INTRODUCTION.ppt
VB6_INTRODUCTION.pptBhuvanaR13
 
Programming basics
Programming basicsProgramming basics
Programming basicsSenri DLN
 

Similar to Visual basic (20)

Vb.net ide
Vb.net ideVb.net ide
Vb.net ide
 
Visual basic concepts
Visual basic conceptsVisual basic concepts
Visual basic concepts
 
MS Office Professional 2010 Course.pdf
MS Office Professional 2010 Course.pdfMS Office Professional 2010 Course.pdf
MS Office Professional 2010 Course.pdf
 
Visual Basic IDE Introduction
Visual Basic IDE IntroductionVisual Basic IDE Introduction
Visual Basic IDE Introduction
 
Visual Basic IDE Intro.pdf
Visual Basic IDE Intro.pdfVisual Basic IDE Intro.pdf
Visual Basic IDE Intro.pdf
 
visual basic for the beginner
visual basic for the beginnervisual basic for the beginner
visual basic for the beginner
 
Authoring metaphors
Authoring metaphorsAuthoring metaphors
Authoring metaphors
 
Visual programming basic.ppt bs cs5th class
Visual programming basic.ppt bs cs5th classVisual programming basic.ppt bs cs5th class
Visual programming basic.ppt bs cs5th class
 
Vb basics
Vb basicsVb basics
Vb basics
 
Creating a text editor in delphi, a tutorial
Creating a text editor in delphi, a tutorialCreating a text editor in delphi, a tutorial
Creating a text editor in delphi, a tutorial
 
Vb.net and .Net Framework
Vb.net and .Net FrameworkVb.net and .Net Framework
Vb.net and .Net Framework
 
Vb%20 tutorial
Vb%20 tutorialVb%20 tutorial
Vb%20 tutorial
 
unit 4.docx
unit 4.docxunit 4.docx
unit 4.docx
 
Visual basic
Visual basicVisual basic
Visual basic
 
Neha
NehaNeha
Neha
 
Visual Basic.pptx
Visual Basic.pptxVisual Basic.pptx
Visual Basic.pptx
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0
 
VB6_INTRODUCTION.ppt
VB6_INTRODUCTION.pptVB6_INTRODUCTION.ppt
VB6_INTRODUCTION.ppt
 
Programming basics
Programming basicsProgramming basics
Programming basics
 

Recently uploaded

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 

Recently uploaded (20)

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 

Visual basic

  • 1.
  • 2. To be familiar with the environment of Visual Basic 2005 (VB.Net) To add different controls to a form To become familiar with the different control in its properties To be able to create a form in VB.Net To save a project in Visual Basic.Net
  • 3.  provides the features that are most important to programmers, such as OOP (Object Oriented Programming), strings, graphics, GUI Graphical – User – Interface) Components, exception, handling, multimedia (audio, images, animation and video), file processing, database processing, Internet and Worldwide web base client/server Networking.
  • 4. Is Microsoft’s Integrated Development Environment (IDE) for creating, running, and debugging programs (also called Applications) written in a variety of .Net programming languages. This IDE is a powerful and sophisticated tool for creating business-critical and mission-critical applications.
  • 5. In June 2000, Microsoft announced its .Net plan, a broad new vision for embracing the internet and the web in the development, engineering and use software. One key aspect of the .Net strategy is its independence from a specific language or platform. Rather than facing developers to use a single programming language, developer can create a .Net application in any .Net – Compatible language. Programmers can contribute to the same project, writing code in the .Net language such as Visual Basic.Net, Visual C++.Net, C# and others in they are most competent. Part of the plan includes Microsoft ASP.Net technology, which allows programmers to create applications for the web.
  • 6. The Microsoft .Net Framework is the heart of the .Net strategy. This Framework manages and executes applications and web service, contains a class library (called Framework Class Library or FCL), enforces security and provides many other programming capabilities.
  • 7.
  • 8. The .net Framework consists of two main components: The .Net Framework Class Library and the Common Language Runtime. .Net applications do not access the operating system or computer hardware directly. Instead, they use services of the .Net Framework, which in turn access the operating system and hardware. The .Net Framework Class Library provide pre – written code in the form of classes that are available to all of the .Net programming langauages. This class library consists of hundreds of classes, but you can create simple .Net applications once you learn how to use just a few of them.
  • 9. The Common Language Runtime, or CLR, is the foundation of the .Net Framework. It manages the execution of .Net programs by coordinating essential functions such as memory management, code execution, security, and other services. Because .net applicatons are managed by the CLR, they are called managed applications. The Common Type System is a component of the CLR that ensures that all .Net applications use the same basic data types regardless of what programming languages were used to develop the applications.
  • 10.
  • 11. A Windows Forms application runs on the Windows Desktop and can consist of one or more Windows forms. These forms provide the graphical user interface (GUI) for the application. Each Windows form can contain Windows Forms controls like labels, text boxes, buttons and radio buttons. These controls let the user interact with the application. The main part of the Visual Studio IDE contains one more tabbed windows. To develop a form, you use the Form Designer window. And to develop code, you use the Code Editor window.
  • 12. To add controls and other items to a form, you use the Toolbox. The Toolbox contains a variety of items organized into categories such as Data, Components, Windows Forms, and so on. There is an auto-hide feature of the toolbox when the mouse pointer is moved outside the toolbox window. To change the way a form or control looks or operates, you use the Properties window. The window displays the properties of the item that’s selected in the Form Designer window.
  • 13.
  • 14. To add a control to a form, select the control in the Toolbox. Then, click in the form where you want to place the control and drag the pointer on the form to size the control. You can also add a control by double-clicking it or by dragging and dropping it onto the form. If you double- click on it, the control is placed in the upper left corner of the form. If you drag it, it’s placed where you drop it. Then, you can move and size the control.
  • 15. To select a control on the form, click on it. To move a control, drag it. To size a selected control, drag one of its handles. To select a more than on control, hold down the Shift or Ctrl key as you click on each control. You can also select a group of controls by clicking on a blank spot in the form and then dragging around the controls.
  • 16. To align size, or space a group of selected controls, click on a control to make it the Primary Control. (By default, the last control you select is the primary control.) Then, use the commands in the Format menu or the buttons on the Layout toolbar to align, size, or space the controls relative to the primary control. You can also size all of the control in a group by sizing the primary control in the group. And you can drag any of the selected controls to move all the controls. To change the size of a form to accommodate the controls, click on the form and then drag it by one of its handles.
  • 17. You have a look in the top right of the Design Environment, you’ll see the Solution Explorer. (If you can’t see it, click View > Solution Explorer) The Solution Explorer shows you all the files you have been in your project (Notice that the name of your project is at the top of the tree – “My First Project”).
  • 18. At first glance, it looks as though are not many files in the project. But click the Show All Files icon, circled below: When you click Show All Files, the Solution Explorer will look something like this: When you save your project, you are saving all these files.
  • 19. To save your work, click File > Save All and you’ll see the following dialogue box (we’ve chopped ours down a bit): The file are usually saved in the My Document folder in XP (Document folder in Vista), under Vista Studio. If you want to save your projects elsewhere, click the Browse button. To actually save your work as you go along, just click File > Save All from the menu bar. Or press Ctrl + Shift + S on your keyboard. Or click the icon in the Toolbar. If you save often then you won’t lose any of your work if anything goes wrong with your computer.
  • 20. About the authorJULLIENE KHRIZIA QUINTO AND MARY GERABELLE VALDEZ ARE STUDENTS AT JUAN G. MACARAEG NATIONAL HIGH SCHOOL LOCATED ATBINALONAN,PANGASI NAN. THIS SLIDESHOW IS MADE AND UPLOADED AS A PROJECT FOR THEIR COMPUTER PROGRAMMING CLASS AND WILL BE PASSED TO THEIR SUBJECT TEACHER