K
Ken
I'm using VB .NET 2003 and I cant figure out how to do this, I have a
windows application with 2 Forms and a Timer the Timer is on Form1, I also
have a Button on Form2, I want to click Button1 located on Form2 an have the
Button1_Click event perform Timer1 functions, for example; Button1_Click
....... Timer1.Enabled = False, sounds simple enough but I cant get Form2 to
inherit Form1's Timer component, I tried it a few different ways but I'm
stuck, I can get Form2 to inherit other components like Labels and Textboxes
but I cant get it to inherit he Timer component.
Anyone know how to???
Do you even have to inherit the Timer to do this???
windows application with 2 Forms and a Timer the Timer is on Form1, I also
have a Button on Form2, I want to click Button1 located on Form2 an have the
Button1_Click event perform Timer1 functions, for example; Button1_Click
....... Timer1.Enabled = False, sounds simple enough but I cant get Form2 to
inherit Form1's Timer component, I tried it a few different ways but I'm
stuck, I can get Form2 to inherit other components like Labels and Textboxes
but I cant get it to inherit he Timer component.
Anyone know how to???
Do you even have to inherit the Timer to do this???