Search Tools Links Login

EventRaise


Visual Basic 6, or VB Classic

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

Original Author: Rodney Safe Computing (Tiger Software)

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 76 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD1193911222000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 2,194 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.