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 are the types of line styles available in Treeview Control?
How would you attach pictures in column headers of List View Control?
When should we use recursive programming?
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 NEW Keyword? Explain.
What is dao in vba?
What are the types of line styles available in Treeview Control?
How do I use GetPrivateProfileString to read from INI files?
Does VB support pointers to functions?
Maximum Control Names length?
Explain the usage of Web Browser Control?
__ no of controls in form.
How would you navigate between one document to another document
How do you change the system menu (on the Control-Menu Box)?
Draw Sequence Modal of DAO and Explain?