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 do you mean by Databound Controls Explain?
Write the Steps in Creating an ActiveX Control?
How would you navigate between one document to another document in Internet Explorer ?
What is dao in visual basic?
How do I call a DLL?
With in the form we want to check all the text box control are typed or not? How?
What is file in vb?
What language does visual basic use?
How would you use ActiveX Dll and ActiveX Exe in your application?
How can Visual Basic be used for server-side scripting?
What is executenonquery in vb net?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
what are the Types of DBCombo boxes?
What is rdo in vb?
what are the types of LockEdits in DAO?