Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

With Events in a class module

Status
Not open for further replies.

calahans

Programmer
Jun 14, 1999
348
0
0
IE
Hi,<br>
<br>
When you instantiate an object WITH EVENTS how do you write code in the the app calling the class to handle the event you raise from within the class, is it something like Private Sub objectname_eventraised() or is it more like an error hadler?<br>
<br>
Let me know if I'm need to be more clear.<br>
<br>
Thanks<br>
<br>
C
 
<br>
Private Sub objectname_eventraised() <br>
<br>
, or select the object in the upper left combo and then the event in the upper right combo, this way vb will put the events parameters.<br>
<br>
b.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top