Home All Groups Group Topic Archive Search About

EventHandler not being caught.

Author
25 Mar 2005 3:24 PM
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?

Author
25 Mar 2005 3:35 PM
vidalsasoon
formatting is a little scewed. form1 and 2 both inherit from Global...
Author
25 Mar 2005 11:27 PM
vidalsasoon
any suggestions at all?

AddThis Social Bookmark Button