I am currently in the process of learning Visual Basic 6.0 and have some basic questions:
1) Is the VB “With
2) Is a VB class module like a C++ interface file?
3) What is the difference between an Object type and a Control type? (The reason I ask is b/c Microsoft has recommended using Object rather than Control for VB.NET compatibility best practices.)
4) Is a VB event the same thing as a Java action listener?