README.md
December 4, 2022 ยท View on GitHub
Description
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
More Info
| Submitted On | 2000-11-22 21:13:38 |
| By | Rodney Safe Computing (Tiger Software) |
| Level | Intermediate |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | VB function enhancement |
| World | Visual Basic |
| Archive File | CODE_UPLOAD1193911222000.zip |