I recently learned how to use OOP with PHP4 by making classes. After reading it I thought that it would be a great way to organize my Visual Basic programs. I tried making object classes with the "class module" in Visual Basic but the way I did it it didn't work.
Can anyone explain how to make simple objects in visual basic or know of a tutorial where I can learn how to do this?