VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Programming with Class

lostcauz  (2 Submissions)   Object Oriented Programming (OOP)   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

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.

Assumes
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.

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

Rate Programming with Class (10(10 Vote))

Download Programming with Class

Programming with Class Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters