Author |
Message |
jasonlin6868
|
Posted: Mon May 26, 2008 7:52 pm Post subject: How to close the windows |
|
|
I am doing th last page of my work, and I want to know how to automatic closed the program |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
jasonlin6868
|
Posted: Mon May 26, 2008 8:56 pm Post subject: RE:How to close the windows |
|
|
How come no one answer me? Is that I am not explain clean enough? |
|
|
|
|
 |
Mackie

|
Posted: Mon May 26, 2008 9:23 pm Post subject: RE:How to close the windows |
|
|
return |
|
|
|
|
 |
CodeMonkey2000
|
Posted: Mon May 26, 2008 9:56 pm Post subject: RE:How to close the windows |
|
|
quit works too. But I think it's made for debugging. |
|
|
|
|
 |
Sean

|
Posted: Tue May 27, 2008 8:16 am Post subject: RE:How to close the windows |
|
|
If you are creating your own window, then Window.Close will work. However, Return and Exit do what you want, as well as quit. |
|
|
|
|
 |
I Smell Death
|
Posted: Wed May 28, 2008 9:20 am Post subject: RE:How to close the windows |
|
|
yea i tend to use Window.Close
ex
|
|
|
|
|
 |
|