I'm trying to develop an application in which I want the ability for certain forms to be able to notify any subscribers of events happening.
I understand that I'm going to have to have forms know about other interfaces in order to be able to subscribe to events etc. I'm just wondering if anybody has any hints and tips, or even a "favorite tutorial" that they could point me in the direction of so I could try to understand the programming involved in achieving such a task.