Navigation: Engineering and Technology » Computer Science » Computer Programming » Visual Basic

Visual Basic 6 is one of the world's most widely used programming languages. It takes an approach to computer programming called RAD, which emphasizes ease and speed of software development. Other popular programming languages such as C, C++, and Java are not necessarily so easy to create programs with, but they do tend to have other strengths. Many believe that VB6 is an ideal language for users who are new to programming, or users who previously used related languages such as QuickBASIC and wish to move to more advanced programming.

Prerequisites edit

This course is an introductory course in the field of computer programming. It does not require any prior knowledge of practicing computer programming.

Course Description edit

This course is intended to teach you all aspects of computer programming with Visual Basic 6.

Note: Since this course is still under construction, so, you may find one of these tutorials more handy right now.

For help you may visit this IRC chat room: ... to be implemented ...

Pros and Cons of VB edit

Pros

  • Is extremely popular
  • Has a large base of freely accessible source code
  • Easy to learn. Logical operator names for the most part
  • Is an easy-to-use option for almost all user-land programs for Windows
  • It isn't nearly as easy to decompile or hack VB6 apps as C or C++ apps
  • Runs on every copy of Windows XP ever released, by default, as long as you don't add extra dependencies
  • Runs on every version of Windows, form Win95 to Win10 (last version).
  • Runs as fast as C, C++, etc. in most situations
  • Runs most things quicker than VB.NET

Cons

  • It is particularly malleable, therefore novice programmers can make many mistakes without realizing.

Lessons edit

Introductory lectures edit

  1. Introduction - Design a simple application =]
  2. Variables and Types - store and manipulate values =]
  3. Control Structures and Logical Expressions - If statements and do loops
  4. Functions and Subroutines - Segment your programs =]
  5. Basic Graphical User Interfaces - Intro to GUI.
  6. Event-Driven Design - Event handling. =]

Intermediate lectures edit

None currently.

Advanced lectures edit

  1. API Use

Active Participants edit

Enrolled edit

Please sign below if you are participating in this topic. Use 4 tildes (~~~~) to sign.

'Trionymus Trionymus (discusscontribs) 21:39, 23 February 2020 (UTC)

Tools edit

See also edit

External Links edit