EventsDemo


Description:
This is a small Visual Basic project that I felt too complex to post as just a sample code. This demonstrates how to have use a couple of classes to allow you to dynamically listen for events from multiple instances of a class. This demonstration creates a user control that knows when a KeyPress or Click event occurs in any list box or test box that is on the parent form it's contained on.

Download it here: EventsDemo.zip (3.63 kb)