I have a program in C# 2003. When user click on minimalize icon( _ ) I need call some method. How can I do it?
minimalize icon
Collapse
X
-
windows based or web based
Originally posted by ScatmanI have a program in C# 2003. When user click on minimalize icon( _ ) I need call some method. How can I do it? -
then u can tk the instance of form and u get its state like minimized or max..
which u can use as event..
Originally posted by ScatmanSorry, I forgot write it. windows basedComment
Comment