VISUAL BASIC Presented By: Jerrell Chandler Jenita Pondexter Thomas Whitfield.

Slides:



Advertisements
Similar presentations
Online Construction Estimation Developed By:- Vatsal S. Shah ( ) Dilip K. Babariya ( ) Jimit V. Rajani ( ) Guided by:-
Advertisements

Tahir Nawaz Introduction to.NET Framework. .NET – What Is It? Software platform Language neutral In other words:.NET is not a language (Runtime and a.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
Integrated Development Environments Integrated Development Environments Hadi ForghaniHadi Forghani Salman MostafaviSalman Mostafavi Special Thanks to:Special.
Introduction to Visual Basic Programming. Lecture Outline History What is Visual Basic First Look at the VB 6.0 Environment Some VB Terminology Our first.
CVEV 118/698 Visual Basic Lecture 1 Prof. Mounir Mabsout Expert 1: Elsa Sulukdjian Expert 2: Walid El Asmar.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Visual Basic Relevant paradigm and problem domains overview.
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
Intro to C# Language Richard Della Tezra IS 373. What Is C#? C# is type-safe object-oriented language Enables developers to build a variety of secure.
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
A Tour of Visual Basic BACS 287. Early History of Basic Beginners All-Purpose Symbolic Instruction Code An “Interpreted” teaching language English-like.
September 2008 IT Software Development Guide.
Introduction to VBA. What is VBA? VBA stands for Visual Basic for Applications. It is a programming language used exclusively by the Microsoft Office.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
CSCI 3327 Visual Basic Chapter 1: Introduction to Visual Basic
Unit 20: Event Driven Programming
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
1 Introduction to.NET Framework. 2.NETFramework Internet COM+ Orchestration Orchestration Windows.NET Enterprise ServersBuildingBlockServices Visual Studio.NET.
An Introduction to Visual Basic
Sustainable SharePoint 2010 Customizations By Bill Keys.
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.
PROBLEM SOLVING The first step in writing instructions to carry out a task is to determine what the output should be (What should the task produce?)
Integrated Development Environment (IDE)
Introduction to the Visual Studio.NET IDE (LAB 1 )
Chapter 3 Introducing Visual Basic
Introduction It is developed to create software applications. It is a tool for developers of any program that uses both basic and expert settings. It.
1 Course Title: Visual Basic Programming Topic: Introduction to programming Languages (Visual basic 6.0) Lecturer: Mahamud Ahmed Jimale, BsIT, MsCs, CCNA,
§Visual - A method used to create GUI applications. §BASIC - Beginner’s All - purpose Symbolic Instruction Code developed by John Kemeny. §VB- Evolved.
Business Objects Migration Strategy Paul Carletta Data Accomplished.
Windows Forms. Architecture Wrapper around WIN32API Part of the.NET Framework Code can be in C# or VB Toolbox has forms elements (buttons, etc.) Dragging.
Irwin/McGraw-Hill Copyright© 2000 by the McGraw-Hill Companies, Inc. PowerPoint® Presentation to accompany prepared by James T. Perry University of San.
CHAPTER TWO INTRODUCTION TO VISUAL BASIC © Prepared By: Razif Razali 1.
Lesson 2 What is ASP.NET? What is ASP.NET? What is Web Matrix? What is Web Matrix? What are the features of Web Matrix? What are the features of Web Matrix?
1 Programming Appreciation Welcome 2 About Your Lecturer Richard C.Y. Pang Computer & Information Management Room 436 Consultation Hours Wed 11am - 5pm.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
DEV330 Visual Studio.NET IDE Tips and Tricks Billy Hollis Author / consultant.
Hello World Basic Tutorial Nova Southeastern University Cristal Locke This presentation is copyrighted by Cristal Locke, August 5, All rights reserved.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Object-Oriented Application Development Using VB.NET 1 Chapter 2 The Visual Studio.NET Development Environment.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
DEPARTMENT OF COMPUTER SCIENCE Introduction to Visual Basic BCA 3 RD YR PRESENTED BY HASHIR UN NABI Dated:01/07/
Hello World Basic Tutorial
Chapter 1 Introduction to Visual Basic
Chapter 2: The Visual Studio .NET Development Environment
Reuse And Rapid Prototyping
Visual Basic Code & No.: CS 218
Introduction to Computer CC111
An Introduction to Computers and Visual Basic
1. Introduction to Visual Basic
An Introduction to Computers and Visual Basic
VB 6.0.
VISUAL BASIC.
CIS16 Application Development – Programming with Visual Basic
P.J.Balakumaran, AP, Commerce CA, SNMV CAS
An Introduction to Computers and Visual Basic
Visual Basic for Applications: Introduction
MS Confidential : SharePoint 2010 Developer Workshop (Beta1)
Presentation transcript:

VISUAL BASIC Presented By: Jerrell Chandler Jenita Pondexter Thomas Whitfield

Presentation Outline I.What is Visual Basic and How it Evolved? II.Language Concepts III.Advantages and Disadvantages IV.Usage V.Visual Basic vs. Other Languages VI.Conclusion

What is Visual Basic and How it Evolved

What is Visual Basic (VB)? Rapid Application Development (RAD) tool Used to make GUIs for application programs Developed by Microsoft in 1991 Evolved from BASIC

History of VB BASIC was created by John Kemeny & Thomas Kurtz Bill Gates & Paul Allen developed a version of BASIC VB was introduced by MS VB 2 released VB 3 released VB 4 released VB 5 released VB 6 released

Language Concepts

Form window Main VB WindowToolbar Menu bar Toolbox Project Explorer window Form location & size information Properties window Properties Help pane Form layout Window

New Concepts High- performance native- code compiler. Create applications & both client & server side components that are optimized for throughput by the world-class Visual C ++ ® 6.0 optimized native code compiler. Integrated Visual Database Tools. A complete set of tools for integrating, creating and modifying databases with any application. Automatic data binding. Virtually no code is needed to bind controls to data sources. Setting just two properties in the Properties window connects the control to any data source. Drag and drop creation of data-bound forms and reports. Using the new Data Environment designer, developers can quickly drag- and-drop custom data-bound controls to create forms or reports with the new Data Report designer.

Advantages & Disadvantages

Advantages Power and complete Windows application development system Supported by third party products Supports the principle of object driven design Very flexible User- friendly

Disadvantages Programs tend to be large Slow screens Too many complex database access methods Cost- Professional Edition $1079 Not a true Object-Oriented Language

Example of Usage

Sample Code

Sample Output Hello Dr. Valtorta and class!

Visual Basic vs. Other Languages

Comparisons

Bibliography ohttp:// o 3. bb.htmhttp://visualbasic.about.com/library/bllearnv bb.htm 4. ogy/microsoft/visual_basic.asphttp:// ogy/microsoft/visual_basic.asp x/javavs.htmlhttp:// x/javavs.html 7. meline.asp