What is the difference between creating a object using New
and CreateObject in Visual Basic?
Answer / cp
Using New is an example of early binding and CreateObject
is an example of latebinding.
Is This Answer Correct ? | 5 Yes | 1 No |
what is the Benefit of wrapping database calls into MTS transactions?
Is it possible to Manipulate data through flexgrid? Explain.
What is the difference between Property Get, Set and Let.
What is the use of command Object?
How do I get the Tab key to be treated like a normal character?
How do I program the Novell NetWare API from VB?
Is VB comes under Object Oriented Programming ?
what is the diff between inprocess and out of process ?
Explain Default cursor Type and LockEdits type in RDO?
Write the steps in Creating ActiveX Dll and Active Exe?
How can you Implement windows functionality in VB?
What is the Dll required for running the VB?