What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / amir
A property indicates the state of object. Eg. Visible =
True.
A method is a used for changing the state of object.
An event is a feedback of object state change. An event is
triggered when the object state is changed.
| Is This Answer Correct ? | 82 Yes | 37 No |
Post New Answer View All Answers
What is database vb?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
What are the important components of OLEDB?
How do I prevent multiple instances of my program?
Whether HTML supports multimedia: and document links?
What is the difference between adodc and adodb in vb?
How to load and unload child forms.
Explain Default cursor Type and LockEdits type in RDO?
Where can I get good up-to-date information about VB?
Which type of object requires this object?
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).
Is it possible to Access BackEnd procedures?
how a multiple routing works ?
How many ways you can access file using VB?
It possible to call OLEDB's Features directly in VB without using any control?