-
-
List out controls which doest not have events
Line and shape controls
-
-
-
What is the diff between RDO and ADO?
RDO is Hierarchy model where as ADO is Object model. ADO can access data from both flat files as well as the data bases. I.e., It is encapsulation of DAO, RDO , OLE that is why we call it as OLE-DB Technology.
-
What is the size of the variant data type?
The Variant data type has a numeric storage size of 16 bytes and can contain data up to the range of a Decimal, or a character storage size of 22 bytes (plus string length), and can store any character text.
-
I have this doubt "where do they exist in VB ??? where are the methods used in Interface come from ?? is it the same as class modules methods ?? If not then what methods would QueryInterface return ?? "
Please Clear my doubt anyone !">Hi ! In VB the term Interface and the Interfaces reffered say IDispatch, IUnknown are explained conceptually. In reality i.e., in coding concepts where does this Interface exists? Interfaces are used in COM, while using this COM objects (ACTX EXE, DLL,CTRL) class modules need to be declared and reffered. Though the Interface concepts says " Interface are not classes, they cannot be instantiated ..." I have this doubt "where do they exist in VB ??? where are the methods used in Interface come from ?? is it the same as class modules methods ?? If not then what methods would QueryInterface return ?? "Please Clear my doubt anyone !
-
-
What is the Dll required for running the VB?
Vbrun300.dll
-
What is Dll?
Libraries of procedure external to the application but can be called from the application.
-
-
-
What are the type of validation available in VB?
Field, Form
-
-
-
-
How many procedures are in VB?
2. function and sub procedures
-
Clear property is available to which control
Combo box control
-
-
Visual Basic Interview Questions
Ans