DEVFYI - Developer Resource - FYI

What are the Style properties of List Box?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

32. What are the Style properties of List Box?

Simple Single Select , Extended. Multiple Select.


33. 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.


34. What is the difference between Property Get, Set and Let?

Set Value is assigned to ActiveX Object from the form.
Let Value is retried to ActiveX Object from the form.
Get- Assigns the value of an expression to a variable or property.


35. How to change the Mouse Pointer?

Screen.MousePointer = VBHourGlass/VBNormal.


36. What is Friend Variable?

Scope sharable between projects.


37. What is DBFailError?

Rolls Back updates if any errors Occurs.

(Continued on next question...)

Other Interview Questions