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
Explain the "cursortype" and "Locktype" in VB?
With in the form we want to check all the text box control are typed or not? How?
How to down load image properties.
which property used to add a menus at runtime?
What is the use of NEW Keyword? Explain.
How can I access a record by record number?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What are forms in visual basic?
What is controls in vb?
It possible to call OLEDB's Features directly in VB without using any control?
what controls have you used in your project?
How to get freefile location in memory?
Is there any Edit method in ADO Data Access method?
___,__,___ are the type of combo box?
Is it possible to Manipulate data through flexgrid? Explain.