-
[RESOLVED] Small query
Lately when selecting a specific button on my program the program does it's calculations but then when its finished the program minimizes. If i click back to the program the claculations and steps have been completed fine but i was just wondering if I should be worried about this at all and if it means my program isn't behaving correctly.
-
Re: Small query
If you didn't want that to happen, it obviously isn't behaving correctly.
To change a forms state to minimised/maximised you set the forms .WindowState property, so check your code to see if you set it by mistake.