M
Mateusz [PEYN] Adamus
Hi
I have 2 forms, like this:
Form2 : Form1
On Form1 I have a button1_Click event.
On Form2 no event is set.
When I Click button1 on Form2 the onClick event is fired two times. I
figured that its because Form2 is made out of Form1, so program actually
has two events, one on Form2 and second one on Form1.
Am i correct?
How can I prevent from firing onClick event second time?
bets regards
Mateusz [PEYN] Adamus
PS: How do you say in english something like this -> Form2 : Form1 ??
I got heirdom from some web dictionary but I'm not sure if this is
correct
I have 2 forms, like this:
Form2 : Form1
On Form1 I have a button1_Click event.
On Form2 no event is set.
When I Click button1 on Form2 the onClick event is fired two times. I
figured that its because Form2 is made out of Form1, so program actually
has two events, one on Form2 and second one on Form1.
Am i correct?
How can I prevent from firing onClick event second time?
bets regards
Mateusz [PEYN] Adamus
PS: How do you say in english something like this -> Form2 : Form1 ??
I got heirdom from some web dictionary but I'm not sure if this is
correct
