Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Compact Framework / March 2007

Tip: Looking for answers? Try searching our database.

How ro minimize my fullscreen application?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
MirekE - 23 Mar 2007 00:20 GMT
Please help me to figure out the minimizing my fullscreen application on
Windows Mobile 5 device.
I need to use my own Minimize button, but I dont know, how to do it. How to
send a WM_MINIMIZE or something simmiliar, that is working. I want simplz
invoke Smart Minimize.

Thanks a lot MirekE
Neil Cowburn - 23 Mar 2007 00:26 GMT
Call Form.Hide

Signature

Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.

Managed Code in the Embedded World

http://www.opennetcf.com/
http://www.smartdeviceframework.com/

> Please help me to figure out the minimizing my fullscreen application on
> Windows Mobile 5 device.
[quoted text clipped - 3 lines]
>
> Thanks a lot MirekE
MirekE - 23 Mar 2007 11:27 GMT
But in case I want to maximize back, it is not possible.

> Call Form.Hide
>
[quoted text clipped - 5 lines]
>>
>> Thanks a lot MirekE
Neil Cowburn - 23 Mar 2007 11:43 GMT
To programmatically "maximize" a "minimized" app, call Form.Show.

The Windows Mobile shell is not like the Windows XP/Vista shell -- when you
"minimize" an application under Windows Mobile, it does not get minimized to
the task bar like with the desktop operating systems. It gets moved to the
background and continues to run. To "maxmize" a "minimized" application
under Windows Mobile, you need to do one of two things:

1. Click Start->Settings->Memory, select the Running Program tab, highlight
your app and click Activate
2. If you have a shortcut for your application in Programs, click
Start->Programs and then launch your application -- .NET CF GUI apps are
single-instance under Windows Mobile so by attempting to launch another
instance of your app, it will bring the running instance to the front, i.e.
maximize it.

If you don't have a shortcut in Programs, use File Explorer to find your app
and then re-activate it from there.

Signature

Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.

Managed Code in the Embedded World

http://www.opennetcf.com/
http://www.smartdeviceframework.com/

> But in case I want to maximize back, it is not possible.
>
[quoted text clipped - 7 lines]
>>>
>>> Thanks a lot MirekE

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.