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!

Re: I don't want the a popup window occupy the entire screen. by Chris

Chris
Thu Jul 08 11:03:15 CDT 2004

This may help:

http://blog.opennetcf.org/ctacke/PermaLink.aspx?guid=70957218-553D-454E-A0FE-B1BB5F3CAC58

Which, BTW, I found by Googling "non fullscreen form compact framework"

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
---
Principal Partner
OpenNETCF Consulting
www.OpenNETCF.com



"ZhangZQ" <zhangzq71@hotmail.com> wrote in message
news:uoznOQQZEHA.3112@TK2MSFTNGP09.phx.gbl...
> 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!
>
>



Re: I don't want the a popup window occupy the entire screen. by ZhangZQ

ZhangZQ
Fri Jul 09 02:39:02 CDT 2004

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


"Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
news:%23myOVUQZEHA.2520@TK2MSFTNGP12.phx.gbl...
> This may help:
>
>
http://blog.opennetcf.org/ctacke/PermaLink.aspx?guid=70957218-553D-454E-A0FE-B1BB5F3CAC58
>
> Which, BTW, I found by Googling "non fullscreen form compact framework"
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> ---
> Principal Partner
> OpenNETCF Consulting
> www.OpenNETCF.com
>
>
>
> "ZhangZQ" <zhangzq71@hotmail.com> wrote in message
> news:uoznOQQZEHA.3112@TK2MSFTNGP09.phx.gbl...
> > 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!
> >
> >
>
>



Re: I don't want the a popup window occupy the entire screen. by ZhangZQ

ZhangZQ
Fri Jul 09 02:50:38 CDT 2004

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


Regards,
ZhangZQ


"ZhangZQ" <zhangzq71@hotmail.com> wrote in message
news:%23iJgenQZEHA.3664@TK2MSFTNGP12.phx.gbl...
> 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
>
>
> "Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
> news:%23myOVUQZEHA.2520@TK2MSFTNGP12.phx.gbl...
> > This may help:
> >
> >
>
http://blog.opennetcf.org/ctacke/PermaLink.aspx?guid=70957218-553D-454E-A0FE-B1BB5F3CAC58
> >
> > Which, BTW, I found by Googling "non fullscreen form compact framework"
> >
> > --
> > Chris Tacke, eMVP
> > Co-Founder and Advisory Board Member
> > www.OpenNETCF.org
> > ---
> > ---
> > Principal Partner
> > OpenNETCF Consulting
> > www.OpenNETCF.com
> >
> >
> >
> > "ZhangZQ" <zhangzq71@hotmail.com> wrote in message
> > news:uoznOQQZEHA.3112@TK2MSFTNGP09.phx.gbl...
> > > 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!
> > >
> > >
> >
> >
>
>