Introduction to Computing

Slides:



Advertisements
Similar presentations
Microsoft Word Basics. Introduction to Microsoft Word Microsoft Word is a word processor designed by Microsoft. A word processor is a computer application.
Advertisements

 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Visual Basic Project Files:.VBP file: Project File: a small text file that contains the names of other files in the project, as well as some information.
Introduction to Computing Dr. Nadeem A Khan. Lecture 11.
Introduction to computers & Visual Basic School of Business Eastern Illinois University © Abdou Illia, Spring 2003 (Week 3, Monday 1/27/2003)
Introduction to Visual Basic What it is, and a simple program Mike Thelwall University of Wolverhampton, UK.
Developing Software Applications Bob Hobbs
Visual Basic.net IDE. Integrated Development Environment.
1b – Inside Visual Studio Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
Chapter 11: Introduction to the Visual Basic Environment Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University.
An Introduction to Visual Basic
IE 411/511: Visual Programming for Industrial Applications
Start Microsoft PowerPoint 1.PowerPoint uses a graphical approach to presentations in the form of slide shows that accompany the oral delivery of the.
Appendices A - F A-F Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Exploring Microsoft Office XP - Microsoft Word Chapter 11 Exploring Microsoft Word What Will Word Processing Do For Me?
Enhancing the Graphical User Interface Multiple Forms, Controls, and Menus.
Copyright © 2001 by Wiley. All rights reserved. Chapter 2: Using Visual Basic to Create a First Project Getting Started with VB Development Environment.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
§Visual - A method used to create GUI applications. §BASIC - Beginner’s All - purpose Symbolic Instruction Code developed by John Kemeny. §VB- Evolved.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
By Felixberto Dominic B. Eruela.  Using a computer to create, edit, and print documents. Of all computer applications, word processing is the most common.
Integrated Development Environment Visual Basic IDE Slide 2 of 10 Topic & Structure of the lesson Introduction Integrated Development Environment Tool.
1 Visual Basic Part I - A tool for customizing your program Principles of GIS
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.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
1 Introduction to Visual Basic Dr Mohd Nabil Almunawar MS 3403 Advanced Computing.
Microsoft Access 2003 Illustrated Introductory Using Forms.
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.
TOOLBOX. The Toolbox Intrinsic Controls - always included in the Toolbox ActiveX Controls - separate files with ocx file extension Insertable Objects.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Dive Into® Visual Basic 2010 Express
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
Introduction to Computing
Chapter 2: The Visual Studio .NET Development Environment
Visual Basic Code & No.: CS 218
Introduction to Computer CC111
Chapter Topics 15.1 Graphical User Interfaces
Introduction to Computing
CSCI-235 Micro-Computers in Science
Chapter 2 – Introduction to the Visual Studio .NET IDE
An Introduction to Computers and Visual Basic
3.01 Apply Controls Associated With Visual Studio Form
1. Introduction to Visual Basic
3.01 Apply Controls Associated With Visual Studio Form
Microsoft Access 2003 Illustrated Complete
Introduction to the Visual C# 2005 Express Edition IDE
An Introduction to Computers and Visual Basic
VB 6.0.
Introducing Microsoft Office 2010
Visual Basic.
Chapter 2 – Introduction to the Visual Studio .NET IDE
CIS16 Application Development Programming with Visual Basic
P.J.Balakumaran, AP, Commerce CA, SNMV CAS
An Introduction to Computers and Visual Basic
Chapter 15: GUI Applications & Event-Driven Programming
Understanding the Integrated Development Environment
Chapter 4 Enhancing the Graphical User Interface
Chapter 4 Enhancing the Graphical User Interface
Welcome To Microsoft Word 2016
Presentation transcript:

Introduction to Computing Dr. Nadeem A Khan

Lecture 4

Practice Problem A list has various items to be bought along with their quantities and rates. Items have to be bought in the same order and in complete quantities as they are listed. Available money for buying these items is Rs. 1000. Make a flow chart of a program to determine and display how many items can be bought and the remaining balance.

Editions of Visual Basic 6 Three editions: Learning Edition Professional Edition Enterprise Edition Learning Edition is enough Others can also be utilized

Integrated Development Environment Integrated Development Environment (IDE) is a place to create your applications. It is integrated because you can virtually access all of the development tools from one screen called the interface. The IDE is also called the design environment.

Components of IDE The visual basic is made up of a number of components Menu bar Tool bar Project explorer Properties window Form layout window Toolbox Form design Object browser

IDE Menu Bar Tool Bar Form Toolbox Form Designer Properties Window Form Layout Window Project Explorer

Properties Window

View Code Toggle Folders View Object Project Explorer

Toolbox Picture Box Label Control Text Box Frame Control Command Button Check Box Option Button Combo Box List Box Horizontal Scroll Bar Vertical Scroll Bar Drive List Timer Control File List Box Directory List Box Line Object Shape Object Image Object Data Control OLE Control Toolbox

Toolbar Project Wizard Dropdown List Project Explorer Window Open Project Cut Form Layout Window Add Module Drop-Down List Start Undo Toolbox End Paste Redo Add Standard Exe Project Data View Window Save Project Find Break Object Browser Add Form Copy Properties Window Menu Editor Toolbar

Remember Assignment 1 Send an email confirming that you have seen the course-outline and any other remark on the course outline (if any). Email to: Ehtisham Rasheed ( for Section 1) Mudassir Ali (for Section 2) Deadline: 5:00 p.m, 11 Sept. 2002 No credit after the deadline

Remember the Reading Assignment Chapter 1-4 of the book “Computer Concepts ” Second Edition by Parsons Oja You may be tested in Quizzes/Exams on this material

Material Covered David Schneider: Scott Warner: Chapter 1 & 2 Most of Chapter 1

Rules & Class Discipline

Feedback