Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > dotnet compact framework > october 2003 >

dotnet compact framework : howto display small window in my app.


rocio
10/21/2003 11:43:23 AM
I would like to display a small window in my application, so that the user
can still see the full window in the background, the one that call my small
window to enter a value for some calculation.
Once the user enters the value in the small window, this one will disappear
and display the original full window that called the small one, very similar
to a MessageBox, that displays in a small window.

Can I do this??


Hollywood
10/21/2003 12:00:08 PM
Probably easiest to use create a Panel that you show/hide as appropriate.

rocio
10/21/2003 4:35:17 PM
Tx!
A litle bit more of work but oh well.....the app. looks better then.

[quoted text, click to view]
appropriate.

Chris Forsberg [MVP]
10/21/2003 10:49:47 PM
Yes, check out http://smartdevice.microsoftdev.com/Learn/Articles/637.aspx
(scroll down to figure 6) for an example. The source can be found at
http://www.windowsforms.net/taskvision.

[quoted text, click to view]

AddThis Social Bookmark Button