EventHandler not being caught.

  • Thread starter Thread starter vidalsasoon
  • Start date Start date
V

vidalsasoon

here is my inheritance class hierchy...

System.Windows.Forms.Form
|
Global
|
Form1-------Form2





- Form1 and 2 each set their own form parameters. e.g. Size, color etc.

- Form1 and 2 each catch their own KEYEventHandlers. This is good.

- I put a Timer on Form1 that throws a "Tick" event each second. This
EventHandler is not being caught. Why are some events being caught but
not others?
 
Back
Top