README.md

December 4, 2022 ยท View on GitHub

Programming with Class

Description

Using classes for OOP in VB. These are a few simple examples of development and implementation of classes in VB. Classes allow for optimal reusability which is an important issue when developing programs in any language. Hopefully this example will help point you in the right direction if you wish to learn about programming with classes. Feedback is appreciated.

More Info

This example is geared toward the user who is not familiar with or only slightly familiar with classes. This is NOT a tutorial. Simply an example of classes the way I make them.

Submitted On2002-07-07 14:29:12
Bylostcauz
LevelIntermediate
User Rating5.0 (45 globes from 9 users)
CompatibilityVB 6.0
CategoryObject Oriented Programming (OOP)
WorldVisual Basic
Archive FileProgrammin103195772002.zip

API Declarations

Private Declare Function _
GetTickCount Lib "kernel32" () As Long