Fundamentals of |
About · FAQ ·Tell a Friend · Comments · Course Home Page · IT Learning Center |
|
|
Lessons Part I: Introducing Visual Basic
Part II: Coding the Details
Part III:Putting Code to Work
Part IV:Programming with Data
Part V:Sprucing Up Programs
Part VI: Advancing Visual Basic Applications
|
About this Course This course is intended for serious computer hobbyists, IT students, and IT professionals. Windows and Visual Basic are required. Visual Basic (VB) is an event driven programming language and associated development environment created by Microsoft. In business programming, it has one of the largest user bases. It is derived heavily from BASIC and enables rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects. A programmer can put together an application using the components provided with Visual Basic itself. As of 2003, 52 percent of software developers used Visual Basic, making it the most popular programming language at that time. 43 percent of those Visual Basic developers, however, planned to move to other languages.[1] The popularity of Visual Basic perhaps results from its easy to understand syntax. Like all other Turing complete programming languages, it can also be used to create arbitrarily complex applications. Programs written in Visual Basic can use the Windows API, but doing so requires external function declarations. From Wikipedia, the free encyclopedia |
| Web design and curriculum: David L. Heiserman | Copyright © 2005 SweetHaven Publishing Services |