1 / 21

COMPUTER III

COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic Programming History to Visual Basic Parts and Functions of VB 2008 Express IDE. TYPES. Identification 10 pts. Problem Analysis 20

nishi
Download Presentation

COMPUTER III

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COMPUTER III

  2. Fundamental Concepts of Programming • Control Structures • Sequence • Selection • Iteration • Flowchart Construction • Introduction to Visual Basic Programming • History to Visual Basic • Parts and Functions of VB 2008 Express IDE

  3. TYPES • Identification 10 pts. • Problem Analysis 20 • Flowchart Construction 20 • Modified True or False 15 • Label the Parts 15 80 pts.

  4. Visual BASIC Integrated Development Environment (IDE)

  5. History of Visual Basic Visual Basic 2005 (VB9): November 2005 Visual Basic 2003 (VB8): April 2003 Visual Basic .Net (VB7): February 2002 .Net Generation Pre .Net Generation Visual Basic 6.0 (VB6): October 1998 Visual Basic 5.0 (VB5): April 1997 Visual Basic 4.0 (VB4): October 1996 Visual Basic 3.0 (VB3): June 1993 Visual Basic 2.0 (VB2): November 1992 Visual Basic 1.0 (VB1): May 1991

  6. VISUAL method of creating a Graphical User Interface (GUI) BASIC method of writing program codes for functionality VISUAL BASIC

  7. Developed and owned by Microsoft Created to make application programs for Windows OS. It is an object-oriented and event-driven programming language VB 2005 Express A free version of Visual Basic The IDE contains easy-to-use and easy-to-learn tools for creating .NET applications, using the Visual Basic programming language. Suitable for students or other people learning the VB language VISUAL BASIC

  8. Parts of VB 2005 Express IDE Start Page of VB 2005 Express IDE

  9. Parts of VB 2008 Express IDE Start Page of VB 2008 Express IDE

  10. Parts of VB 2005 Express IDE Main Menu Bar Toolbar Solution Explorer Properties Window Design Area Toolbox

  11. Visual BASIC IDE Menu Bar Main Tool Bar Project Explorer Window Tool Box Form Designer Window Properties Window Form Layout Window Code Window

  12. Main MenuBar • It consists of all the commands provided by the IDE under the different menusbased on their functionality • provides access to such functions as opening files, interacting with an application, or help

  13. Standard ToolBar • Provides quick access to frequently used commands

  14. ToolBox • It consists of the various controls that can be used to design the graphical user interfaces of the application

  15. Properties Window • describes the properties of the form and its controls • lists all the properties of the object that's currently selected and gives you the opportunity to modify them.

  16. Solution Explorer Window(Project Explorer Window) • contains the project files • gives an overview of all the modules that are contained in the application. • allows to switch between different windows

  17. Form Designer Window • A design space which contains objects or controls used for the application • It allows GUI creation by providing the foundation for controls

  18. CODE EDITOR • (Code Window) • used to write codes that determine the behavior of the forms and other objects in the application. • CODE EDITOR (Code Window) • used to write codes that determine the behavior of the forms and other objects in the application. • IntelliSense Window • It allows easy access to properties and methods of controls. • IntelliSense Window • It allows easy access to properties and methods of controls.

  19. VB EXPRESS IDE

  20. Getting Started with Visual Basic

  21. Steps in Creating Simple Applications • Create the User Interface (GUI) • Set the Properties of the Objects • Enter the appropriate Source Code • Run the Program

More Related