What is binding? What are types of binding?
Answer Posted / guest
Assigning variable with defined memory space.
Late Binding - Memory size is allotted in later stage.
Ex:- Dim x as object
Early Binding - Memory size is allotted while declaring
itself.
New Key word is important.
Ex:- Dim x as New Object
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What type of databases you can access through ADO Data Access Object?
Where can I get good up-to-date information about VB?
Explain about Caturing Baseline.
Explain about control properties?
How to use hyperlink?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How would you attach pictures in Treeview Control?
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.
Is it possible to call oracle database through ADO control or Object?
How would you activate animation control?
Explain the differences between ActiveX Dll and ActiveX Exe?
How many tabs in a tabbed dialog do you consider appropriate?
which property of menu cannot be set at run time.
Write the steps in Creating ActiveX Dll and Active Exe?
___ Property is used to count no. of items in a combobox.