What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / pratap557
Property are a type of method that shows state of an Object
like Caption, backcolour etc.
Methods/Functions are for changing Or doing something on
the Object Like Move,Remove, Add etc.
Event are Objects which means that something happend for
which the object must respond to. And for this very reason
we write method like
button1_Click( sender Object, event Object)
The event Object(Delegate) is related with the method of
that responder Object(Button)
| Is This Answer Correct ? | 176 Yes | 30 No |
Post New Answer View All Answers
What is the use of Data Form Wizard?
It is possible to access Text (x.txt) files? Explain.
What is the use of Active Control Property?
Write the steps in Creating ActiveX Dll and Active Exe?
Types of LockEdits in RDO.
What are the types of Error? In which areas the Error occurs?
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).
What is the use of Tabledef?
How do I play MID, WAV or other multimedia files?
Difference between ActiveX Exe and Dll.
How many ways we can access file using VB?
How do I program the Novell NetWare API from VB?
Which method is preferred to save datas like database?
Types of cursors in RDO.
Explain about ADO control?