I don't want the a popup window occupy the entire screen.

  • Thread starter Thread starter Chris Tacke, eMVP
  • Start date Start date
Hi,

I want to popup a window to let use input some information, and I want this
popup windows has the behavior that is same as the normal Windows dialogbox,
don't want to popup window to occupy the entire screen.

wifiOrder.loginFrm frmLogin = new loginFrm();
frmLogin.Show(); // or ShowDialog() is the same.


how to do it?


Thank you very much!
 
Thanks, it works. But there is a problem still, the title of the parent form
that popup the windows changes to the title of the popup windows.


Regards,
ZhangZQ
 
If there is a way to make the title of the parent form unchanged. Thanks.


Regards,
ZhangZQ
 
Back
Top