What is the difference between creating a object using New
and CreateObject in Visual Basic?
Answer Posted / cp
Using New is an example of early binding and CreateObject
is an example of latebinding.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is there a way to break long lines in VB code?
What is the default workspace?
What is ActiveX Dll and ActiveX Exe?
Which language is used in visual basic?
what controls have you used in your project?
Types of Resultsets.
How would you add elements in TreevieW Control.
How to find size of the file. Which method or function is used to occomplish this?
How do I use GetPrivateProfileString to read from INI files?
How would you convert a form into document?
What are the types of Error? In which areas the Error occurs?
What are the Internet tools available in VB 6.0?
Whether HTML supports multimedia: and document links?
How do I make my applications screen-resolution independent?
Differentiate between DAO,ADO and Adodc as in data access objects?