Visual Basic (VB) Question:

What is the diff between the Std and Class Module in VB?

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

Answer:

Std Global with in the project. Cls Global through out the all project only thing is we want to set the type lib. Class Modules can be Instantiated.


Previous QuestionNext Question
What are the different types of error in VB?What is Mixed Cursors in VB?