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
How many ways we can access file using VB?
OLE is used for _______
Explain about the basic features of Visual basic?
What is a toolbox in visual basic?
what is the Difference between Tabletype and Snapshot?
Which method is preferred to save datas like database?
Explain about literals?
How do I do drag & drop between applications?
Explain OLE Drag and Drop.
Which method is preferred to save data like database to the disk?
What is connection object in vb net?
How can you Implement windows functionality in VB?
Explain Default cursor Type and LockEdits type in RDO?
What are 3 main differences between flexgrid control and dbgrid control?
___,___ arguments will be used to run a executable program in shell function