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 difference between Object and Class?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Explain about the basic features of Visual basic?
How can you get selected file from file system Control?
What is Static Cursor?
what is the Difference between DDE and OLE?
Does VB support pointers to functions?
What is ODBC Direct and Microsoft Jet Database Engine ?
What are the different types of Dialog Box?
How can objects on different threads communicate with one another?
How to find the current record position in data control?
How many ways we can access file using VB?