No account? Register free
Forgot password?
Make a class that raises an eventPublic 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
No comments yet — be the first to post one!