timer control in C#
-
i have multiple forms in C# desktop application,one of the forms contain timer control,if i close that form and open another form then would the timer control will dispose itself or should have to be disposed manually? Regards
-
i have multiple forms in C# desktop application,one of the forms contain timer control,if i close that form and open another form then would the timer control will dispose itself or should have to be disposed manually? Regards
wasifmuneer wrote:
would the timer control will dispose itself
Yes!
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
wasifmuneer wrote:
would the timer control will dispose itself
Yes!
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
sorry i couldn't get answer..properly.. what is meant by "yes"..
-
sorry i couldn't get answer..properly.. what is meant by "yes"..
I qouted the part of question and thn said yes. In between, once you close the form the timer control created inside that will dispose itself. You do not need to explicitly do this.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
I qouted the part of question and thn said yes. In between, once you close the form the timer control created inside that will dispose itself. You do not need to explicitly do this.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
thanks a lot.. Have a nice time.. Regards :)