-
-
-
Which controls can not be placed in MDI ?
Answer posted by sanjeev prabhudesai on 2005-05-17 00:29:53: controls without Align property can not be placed Directly on MDI Form
-
-
-
-
-
Subroutine and Functions
In what way a subroutine is different from a function?
-
-
DAO and RDO
What is the difference between DAO and RDO?
-
-
-
Control Names
Which of the properties in a control's list of properties is used to give the control a meaningful name?
-
-
What is Inprocess and Out of Process?
Inprocess – It will run with in the memory. ( Local Machine). Out of Process – It will run out of the memory Normally in the server side.
-
-
What is meant by ByVal and ByRef?
In passing variables to procedures and fuctions, what is meant by "ByVal" and "ByRef"? Is there ever an exception to the standard definition for these?
This is a question you will most likely get in any Visual Basic interview. -
-
-
Grid Control
What is Grid Control? For what purpose it is used?
Visual Basic Interview Questions
Ans