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
Write the Steps in Creating an ActiveX Control?
How do I implement an incremental search in list/dir/combo/file boxes?
How do I make my applications screen-resolution independent?
What is constructors and distructors.
Explain about declaring variables in Visual basic?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is the use of Visual Basic Document file?
How many ways we can access file using VB?
how a multiple routing works ?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
How would you navigate between one document to another document in Internet Explorer ?
Explain Types of DBCombo boxes?
What are the uses of List View Control?
What is ado in vb.net?
How do I create a window with a small title bar as in a floating toolbar?