|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
EventHandler not being caught.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? formatting is a little scewed. form1 and 2 both inherit from Global...
|
|||||||||||||||||||||||