VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

EventRaise

Rodney Safe Computing (Tiger Software)  (6 Submissions)   VB function enhancement   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Make a class that raises an event
Public Event BadSsn(ByVal bad_ssn As String)
Raise it as in:RaiseEvent BadSsn(ssn)
In the main program, declare an instance of the class WithEvents so the program can catch the event.
Have fun. Rodney Godfried

Rate EventRaise (4(4 Vote))

Download EventRaise

EventRaise Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters