CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.

Slides:



Advertisements
Similar presentations
Intro to Office 2007 Instructor: Lynn Lee How to make the transition from 2003 to 2007.
Advertisements

What Was I Thinking??. Key Terms 1. Control 1. Control 2. Design Mode 2. Design Mode 3. Event 3. Event 4. Form 4. Form 5. Interface 5. Interface 6. Properties.
Working with Intrinsic Controls and ActiveX Controls
Creating an OOED Application
Foundation Level Course
*** CONFIDENTIAL *** © Toshiba Corporation 2008 Confidential Wallboards.
Microsoft Word Basics. Introduction to Microsoft Word Microsoft Word is a word processor designed by Microsoft. A word processor is a computer application.
Chapter 5 Creating Interactive Forms. An interactive form created in InDesign is exported as an interactive Adobe PDF file. The benefit of exporting the.
Text Box controls are used when users are required to type some input (during program execution), or output is displayed on the form (known as the user-
 2002 Prentice Hall. All rights reserved. Chapter 2 - Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Overview of the Visual Studio.NET.
Introduction to Computing Dr. Nadeem A Khan. Lecture 11.
Introduction to Visual Basic What it is, and a simple program Mike Thelwall University of Wolverhampton, UK.
Introduction to Visual Basic Chulantha Kulasekere.
Copyright 1999 all rights reserved Screen-Based Controls n Primarily ready-made objects –Standard look and feel across applications –Available in APIs.
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
MS-Access XP Lesson 5. Creating a Query with Expression Builder Eg. Consider the following table. Table Name: Overtime Fields & Data types: Emp No (Number),
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
Microsoft Visual Basic 2012 CHAPTER TWO Program and Graphical User Interface Design.
Tutorial 6 Using Form Tools and Creating Custom Forms
Getting Started with Application Software
Appendices A - F A-F Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
Chapter 9 Creating and Designing Graphs. Creating a Graph A graph is a diagram of data that shows relationship among a set of numbers. Data can be represented.
Visual Basic 2005 CHAPTER 2 Program and Graphical User Interface Design.
Adobe InDesign CS5 – Illustrated Unit E: Using Master Pages Adobe InDesign CS5 – Illustrated Unit E: Using Master Pages.
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
M ICROSOFT W ORD The Microsoft Office Button In the upper-left corner of the Word 2007 window is the Microsoft Office button. When you click the.
Chapter 2 - More Controls More controls – Text boxes - used for user input – Frames - containers to group items – check boxes - user select an option -
Enhancing the Graphical User Interface Multiple Forms, Controls, and Menus.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
Chapter 2 – Introduction to the Visual Studio .NET IDE
 Each tab is geared towards a certain activity area.
By Felixberto Dominic B. Eruela.  Using a computer to create, edit, and print documents. Of all computer applications, word processing is the most common.
Visual Basic Programming Introduction VB is one of the High level language VB has evolved from the BASIC language. BASIC stands for Beginners All-purpose.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
Integrated Development Environment Visual Basic IDE Slide 2 of 10 Topic & Structure of the lesson Introduction Integrated Development Environment Tool.
Object-Oriented Application Development Using VB.NET 1 Chapter 10 VB.NET GUI Components Overview.
Slide 1 Using Menu Bar & Common Dialog Boxes. Slide 2 Setting Up the Main Items v First open the form on which you want the menu located v Then start.
Microsoft Visual Basic 2010 CHAPTER TWO Program and Graphical User Interface Design.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
Word 2003 The Word Screen. Word 2003 Screen File Menu –Holds the options for creating a new document, opening a document, saving a document, printing.
1 Introduction to Visual Basic Dr Mohd Nabil Almunawar MS 3403 Advanced Computing.
Microsoft Access 2003 Illustrated Introductory Using Forms.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Advanced Form Design.
BBT 10 Visual Basic 03 Enrichment. Tip Before creating any files for your project, first create a new folder Save all of your files in the folder Pieces.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
GUI Controls for Input Design Introduction –Most new applications being developed today include a GUI. This approach is influenced by a new trend in.
TOOLBOX. The Toolbox Intrinsic Controls - always included in the Toolbox ActiveX Controls - separate files with ocx file extension Insertable Objects.
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
Visual Basic.NET BASICS Lesson 14 Menus and Printing.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Word 2010 Edit Page Layout In this lesson, you will learn how to insert columns and page breaks. How to change the page orientation, paper size, page margins,
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
PowerPoint Chapter 1 Creating and Editing a Presentation with Clip Art Discovering Computers & Microsoft Office 2010.
1 Chapter 6: Creating Oracle Data Block Forms. 2 Forms  Application with a graphical user interface that looks like a paper form  Used to insert, update,
COMPUTER PROGRAMMING I Apply Procedures to Develop List Box and Combo Box Objects.
DB Implementation: MS Access Forms. MS Access Forms: Purpose Data entry, editing, & viewing data in Tables Forms are user-friendlier to end-users than.
Introduction to Computer CC111
Chapter Topics 15.1 Graphical User Interfaces
Introduction to Computing
Introduction to Computing
Program and Graphical User Interface Design
1. Introduction to Visual Basic
DB Implementation: MS Access Forms
Program and Graphical User Interface Design
DB Implementation: MS Access Forms
Visual C# - GUI and controls - 1
Learning the Basics of Microsoft Word 2010 for Microsoft Windows
Chapter 4 Enhancing the Graphical User Interface
Chapter 4 Enhancing the Graphical User Interface
Presentation transcript:

CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1

Visual Basic Environment The Visual Basic environment is where you create and plan your user interface. The Visual Basic elements are used for program development at the design time. 2

Visual Basic Controls Some V.Basic controls: –Text box –Label –Command button –List boxes –Combo boxes –Option buttons –Check boxes –Scroll bar –Menus –Common dialog boxes –Input boxes –Message boxes –Images & timers 3

Text Box –Only used when the user needs to type in an input. Label Box –Displays text as caption. –The different between a label and a text box control is that a label displays text as Caption, whereas a text box control displays text as Text Command button –Acts as a control for the user to click on it. –Once the command button control is clicked, the appropriate procedure will be activated List boxes –Allow user to type more text in list box Combo boxes –Allow to have a list of items from which the user can make a selection –Has three distinct styles: Dropdown combo box Simple combo box Dropdown list 4 Visual Basic Controls

Option buttons –Are used when only one button of a group may be selected. –A group of option buttons inside a frame also function together Check boxes –Allow the user to select or deselect an option. Scroll Bars –Horizontal scroll bar and vertical scroll bar –Similar to the scroll bars in the Windows environment which allow you to scroll through a document or window. Menus –Consist of a menu bar with menu names, each of which drops down to display a list of menu commands Common dialog box –Is a custom control which allows you to use a set of predefined standard dialog boxes in your projects such as specifying colors and fonts, printing, opening and saving. Image –Holds a picture Timer –The timer control triggers an event after a specified amount of time –The timer control is not visible during run-time 5 Visual Basic Controls

The End 6