Basic VB Questions - TechRepublic
General discussion
March 4, 2002 at 12:56 AM
galahad04

Basic VB Questions

by galahad04 . Updated 24 years, 3 months ago

I am currently in the process of learning Visual Basic 6.0 and have some basic questions:

1) Is the VB “With ” statement analogous to a C++ constructor?

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?

This discussion is locked

All Comments