I'm new to using Classes in VB. I'm fairly familiar with creating classes in C++.

I'd like any basic information on good class structure that anyone would like to submit.

I'd also like to add the basic functionality of the operator functions that C++ uses. For instance, I'd like to be able to make statements such as:

MyClass=MyClass2
If MyClass<Myclass2 then msgbox lesser

I'm currently using VB 5.0 if it makes any difference.

Thanks in advance.