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


Please Help Members By Posting Answers For Below Questions

What type of databases you can access through ADO Data Access Object?

1607


Where can I get good up-to-date information about VB?

1096


Explain about Caturing Baseline.

848


Explain about control properties?

823


How to use hyperlink?

771


How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?

1111


How would you attach pictures in Treeview Control?

1722


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.

1909


Is it possible to call oracle database through ADO control or Object?

1583


How would you activate animation control?

2056


Explain the differences between ActiveX Dll and ActiveX Exe?

1715


How many tabs in a tabbed dialog do you consider appropriate?

1869


which property of menu cannot be set at run time.

1679


Write the steps in Creating ActiveX Dll and Active Exe?

1749


___ Property is used to count no. of items in a combobox.

1148