What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / suresh
1. Text1.color ------ is a property
2. Text1.text ------- is Method
3. button 1. Click -- is an event
| Is This Answer Correct ? | 115 Yes | 131 No |
Post New Answer View All Answers
How many tabs in a tabbed dialog do you consider appropriate?
Is the Variant type slower than using other variable types?
What are the tools available for Debuggiu in VB?
What is the use of Visual Basic Document file?
what is the Difference between Recordset and Querydef?
What do you mean by provider?
How can I speed up my VB database application?
Maximum Control Names length?
What is understand in resource tracking?
which property is used to change to some value to access a identity column in datacontrols?
OLE is used for _______
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What is the use of Data Form Wizard?
Is it possible to Manipulate data through flexgrid? Explain.
When should we use recursive programming?