README.md
December 4, 2022 ยท View on GitHub
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 On | 2002-07-07 14:29:12 |
| By | lostcauz |
| Level | Intermediate |
| User Rating | 5.0 (45 globes from 9 users) |
| Compatibility | VB 6.0 |
| Category | Object Oriented Programming (OOP) |
| World | Visual Basic |
| Archive File | Programmin103195772002.zip |
API Declarations
Private Declare Function _
GetTickCount Lib "kernel32" () As Long