Quote Originally Posted by T.Jackson View Post
Far as I'm aware, VB doesn't cater for true OOP - Object Orientated Programming. There's no Polymorphism, inheritance, yada, yada, yada. It is object-based though. Not so long ago I used to confuse myself with the two. There's a lot of debate about what VB can and can't do.
Hi Trent,

Did you ever try with VB6?

Programming with Objects (MSDN Library / VB6)
http://msdn.microsoft.com/library/de...ithobjects.asp

Programming with Your Own Objects (MSDN Library / VB6)
http://msdn.microsoft.com/library/de...ownobjects.asp

If not, then use C# or VB.Net. (Good investment for the future).

Object-oriented programming is almost ineluctable if you want to
develop your own simulation programs.

Best regards,

Luciano