What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / cherran
Property - Each and every control has its own property like
Caption, Name, TabIndex etc..
Method - Each and every control has its own method Like
SetFocus, Refresh etc... ( Which methods are not available
in a controls property window)
Event - Each and every control has its own events, which
allows user interaction between controls like command
buttons Click Event, TextBox's LostFocus Event etc...
| Is This Answer Correct ? | 34 Yes | 47 No |
Post New Answer View All Answers
What is the default workspace?
How do I prevent multiple instances of my program?
How can you Navigate from the DHTML application to another DHTML application? .
What are 3 main differences between flexgrid control and dbgrid control?
Explain about manipulating the recordset object
Explain about ADO control?
How do you zoom in visual basic?
What type of databases you can access through ADO Data Access Object?
Why does everybody say I should save in TEXT not BINARY?
How do I make my applications screen-resolution independent?
How do I dial a phone number without using the MSCOMM VBX?
How do I implement Undo?
Difference between Dynaset and Snapshot?
Through which protocol OLEDB components are interfaced?
Binary Access-method isused to access file in which manner?