What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / kunal yagnik
while an event always happens with respect to time eg: when
this button clicked then the box will display this click
happens with respect to time so this is event (a button click)
| Is This Answer Correct ? | 19 Yes | 13 No |
Post New Answer View All Answers
___,___ arguments will be used to run a executable program in shell function
How many File System Controls are there ? Explain.
Explain about ADO control?
How do I create controls dynamically (at run-time)?
Explain the "cursortype" and "Locktype" in VB?
How would you use ActiveX Dll and ActiveX Exe in your application?
which property is used to change to some value to access a identity column in datacontrols?
What is recordset in visual basic?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Types of ActiveX Components in VB?
What are the tools available for Debuggiu in VB?
which method used to move a recordset pointer in nth position in DAG?
Difference between Class Module and Standard Module?
Draw Sequence Modal of RDO and Explain?
How do I implement an incremental search in list/dir/combo/file boxes?