1 / 8

Visual Basic

Visual Basic. Advanced Programming. History of Visual Basic. Originated from BASIC – designed to be user friendly. Visual Basic 1.0 released for Windows in 1991 Version 4.0 was the first to create 16 bit and 32 bit programs Version 5.0 went exclusively 32 bit

haracha
Download Presentation

Visual Basic

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. Visual Basic Advanced Programming

  2. History of Visual Basic • Originated from BASIC – designed to be user friendly. • Visual Basic 1.0 released for Windows in 1991 • Version 4.0 was the first to create 16 bit and 32 bit programs • Version 5.0 went exclusively 32 bit • Version 6.0 enhanced the ability to make web based programs • Version 9.0 (What we are running)

  3. Languages based on VB • Visual Basic Applications (VBA) – used for many office applications • VB Script – Is  the default language for Active Server Pages. Although it resembles VB in syntax, it is a separate language and it is executed by vbscript.dll as opposed to the VB runtime. • Visual Basic . NET - .NET has been dropped. • More powerful than the original • Better incorporates modern object oriented programming

  4. Object Oriented Programming • Objects are a way of organizing your program. • Objects give your code structure; they are like the chapters and sections of your book. • Message is sent to an object telling it to do something.

  5. Design Process • Create the project • Design the user interface (controls) • Write the code (create events) • Test the code • Distribute the application

  6. How to Get Around • Integrated Development Environment (IDE) • Design Mode:

  7. How to Get Around • Code View:

  8. Controls • Things like buttons, textboxes, and labels are all things that you can add to your Forms. They are know as Controls, and are kept in the Toolbox for ease of use.

More Related