Visual Basic

From Wikiversity
Jump to navigation Jump to search
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 | edit source]

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 | edit source]

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 | edit source]

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 | edit source]

Introductory lectures[edit | edit source]

  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 | edit source]

None currently.

Advanced lectures[edit | edit source]

  1. API Use

Active Participants[edit | edit source]

Enrolled[edit | edit source]

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 | edit source]

See also[edit | edit source]

External Links[edit | edit source]