How would you declare and raise custom events in a class?
Answer Posted / guest
1) Public Event OnVarChange();
2) RaiseEvent OnVarChange[(arg1, arg2, ... , argn)]
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use advanced data-bound controls.
How do I implement an incremental search in list/dir/combo/file boxes?
How can you Navigate from the DHTML application to another DHTML application? .
How would you activate animation control?
What is the difference between change event in normal combobox and dbcombobox?
Is it possible to Access BackEnd procedures? Explain.
How can you force new objects to be created on new threads?
How do I make my applications screen-resolution independent?
Timer control contains ________ no. of events.
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
Are there any examples of commercial applications built using Visual Basic?
Does VB support pointers to functions?
How do you create a form in visual basic?
Is it posible to Create Tables Through Querydef?
What are the Internet tools available in VB6.0?