Visual Basic Interview Question

There are many things that you can do ahead of time to prepare for the interviewing process, and move yourself a step above of the competition. Updating your resume and reviewing frequently asked interview questions can be very effective, and goes a long way in getting the most out of your interview.

 

What is view Port?
The area under which the container provides the view of the ActiveX Document is known as a view port.

What are the different types of error?
Syntax Errors, Runtime , Logic.

 

What is the diff between the Std and Class Module?
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.

 

What is Mixed Cursors?
Static + Keyset

 

Drag and Drop state numbers and functions?
State 0 Source control is being dragged with the range of a target.
1 Out of the range of a target.
2 One position in the target to another.

 

What are the Style Properties of Combo Box?
Simple, Dropdown list We can type and select. Dropdown Combo Only Drop Down.

 

What are the Style properties of List Box?
Simple Single Select , Extended. Multiple Select.

 

What is Collection Objects?
Similarly to arrays but is preferred over an array because of the following reasons.
1. A collection objects uses less Memory than an array.
2. It provides methods to add and delete members.
3. It does not required reason statement when objects are added or deleted.
4. It does not have boundary limitations.