How can close this window and open a new window in .net framework compact?

  • Thread starter Thread starter Wang,Zhiqiang
  • Start date Start date
W

Wang,Zhiqiang

as in .net framework ,we can use

new form2().Show();
this.Close();

to close this window and open a new,but it does not work in .net framework
compact
can u offer me a solution?
 
If "this" window is your application main window, closing it will quit the
application. Instead of closing it, why don't you hide it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top