I wrote a piece of Winform Application. My problem is that When I call Application.Exit(), the program does not exits, but continues on the next line. I've tried Application.ExitThred(), but in Vain.
Does any of you tell me what is happening and if there is a way to solve it.
Thanks