VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Programming with Class

by lostcauz (2 Submissions)
Category: Object Oriented Programming (OOP)
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

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

Download Programming with Class

Download Programming with Class (6 KB)

Programming with Class Comments

No comments have been posted about Programming with Class. Why not be the first to post a comment about Programming with Class.

Post your comment

Subject:
Message:
0/1000 characters