• Now Online : 59
  • admin@codemyne.net

Introduction

Visual Basic is a tool that is used by more number of developers than any other tool. Visual Basic has been the choice of developers for various good reasons. So many small and big companies use Visual Basic for developing various types of applications. One of the key factors that contributed to the success of Visual Basic is its ease of use.

When Windows Programming (writing programs that run on Windows OS) was very tough and was confined only to a few people who were good in C and C++, Visual Basic hit the market and changed the way one would look at windows programming. Visual Basic made windows programming so simple, even a novice started writing one or two programs for windows in Visual Basic.

The following lessons are given as pdf files. One can easily learn by downloading and reading these files.

1. Introduction to Visual Basic 6.0

Introduction to Visual Basic 6.0

2. Working with Text Box, Label and Command Button

Text box is used to take input from user.

3. Working with Checkbox, OptionButton and Frame in VB 6.0

Checkbox is used to deal with toggle options

4. Introduction to Language Elements in VB 6.0

Every variable has a data type.

5. Using ListBoxes in VB 6.0

List box is one of the intrinsic controls

6. Working with Images Timers and scrollbars in VB 6.0

Image control is one of the intrinsic controls

7. Working with menus in VB 6.0

A menu is a collection of options

8. KeyboardEvents and MouseEvents in VB 6.0

Keyboard and Mouse are two most important input devices

9. Common Dialog Control in VB 6.0

Visual Basic allows your application to use

10. File Handling in VB 6.0

A file is a collection of bytes

11. System Objects in VB 6.0

System objects allow you to access

12. MDI application in VB 6.0

A child form is a form for which MDIChild

13. Runtime Error Handling in VB 6.0

To handle runtime errors we have to use On Error statement

14. Calling APIs in VB 6.0

API (Application Program Interface)

15. Accessing Data in VB 6.0

Data access is a feature of Visual Basic

16. Working with DAOs in VB 6.0

Jet Engine is the database engine

17. Working with RDOs in VB 6.0

Remote Data Objects (RDOs) are used to

18. Working with ADO in VB 6.0

ADO is another data access method

19. Data Environment in VB 6.0

Data Environment object is created and managed using

20. Data Report Object in VB 6.0

Data Report Designer allows you to create reports.

21. Crystal Reports in VB 6.0

Crystal Report Writer is a report generation tool

22. Explaining OLE in VB 6.0

OLE (Object Linking and Embedding)

23. Classes and Collections in VB 6.0

Collection is an object that can contain a collection of values

24. Explaining ActiveX in VB 6.0

ActiveX technology was introduced in Visual Basic 5.0

Comments Post a Comment