Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: loliloli
  • Content: Threads
  • Order by date
  1. loliloli

    Events between many forms - Publisher/Subscriber

    I want to define message, which a set of forms to listen for it, and each of them to raise. For example: BaseForm:Form{ publuc event EventHandler DataChanged; protected virtual void OnDataChanged { if(DataChanged != null) DataChanged(this, new EventHandler()); } ChildForm:BaseForm listen for...

Part and Inventory Search

Back
Top