What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / vivek gupta
Methods are executed at run time only.Methods are stored
multiple information.
Properties are executed at both, designing as well as run
time.Its work on single value only.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How can I speed up my VB database application?
What do you know about user forms.
What is Pseudocode?
Difference between Dynaset and Snapshot?
How can I call a 'hidden' DOS program from VB?
To populate a single column value which dbcontrols you to use?
How do I get my application on top?
What is ado in vb.net?
Are there any examples of commercial applications built using Visual Basic?
How to find size of the file. Which method or function is used to occomplish this?
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.
I get a "file not found" error on the IIF function when I distribute by program. Why?
DHTML Is used for what?
What is the current version of Visual Basic for Windows?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?