Home > Archive > Smartphone Developer Forum > April 2006 > Not full screen Dialog Box
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Not full screen Dialog Box
|
|
| marekc 2006-04-25, 7:18 pm |
| Hi!
I have dialog box, and now I want to show it as modeal:
CInputText iText;
iText.DoModal();
But this window is full screen now. How can I resize this window?
I'm using VS80, WM5.0 and smartphone.
Best regards,
Marek
| |
|
| marekc wrote:
> Hi!
>
> I have dialog box, and now I want to show it as modeal:
>
> CInputText iText;
> iText.DoModal();
>
> But this window is full screen now. How can I resize this window?
by full screen do you mean it appearing over the menus at the bottom of
the screen or over the title bar?
dialog boxes must full the screen below the title bar, and above the two
menus at the bottom of the screen.
riki
--
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
If Bill Gates had a nickel for every time Windows crashed... ..oh wait,
he does.
|
|
|
|
|