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
What is the latest version of visual basic?
____ is the difference between Listindex and Tab index.
Is there any Edit method in ADO Data Access method?
Is a foo VBX/DLL available as shareware/freeware?
Scope of API?s can be of different types, what are they Why API functions are Required?
With in the form we want to check all the text box control are typed or not? How?
How can Visual Basic be used for server-side scripting?
How do I access C style strings?
Can you tell me the properties of the controls?
by writing MACRO CODE,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). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
What is the use of ActiveX Documents?
What are the Internet tools available in VB 6.0?
Is it possible to Access BackEnd procedures? Explain.
How do I make the mouse cursor invisible/visible?
How do I get the Tab key to be treated like a normal character?