Thanks, the client has already found the games and other features so it
would be cruel to lock them out completely. ;o)
That Settings for Today bit is what I was looking for, is there a way
you know of to set this during an install, or set via RAPI?
Thanks for your time.
Nice web site too!
Dan.
There is an option in the Settings for Today screen which returns the
device to the today screen after a period of non-use, you can remove
this setting and your app should continue to be visible when the device
is resumed from suspend. You can also use P/Invoke to SHFullScreen to
disable the startmenu when your form is active if you wish to lock the
user into your application. Another option available is to P/Invoke
SetWindowPos and set your form top-most sample code for the latter
here:-
http://blog.opennetcf.org/pfoot/PermaLink.aspx?guid=11ad82c3-a428-4aac-959f-27c9c3590662
One thing to check is whether your app is being closed or is still
running but not visible. You can use the Memory applet in Settings to
search for your forms caption.
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com |
www.opennetcf.org
"Dan Bass" <danielbass [at] postmaster [dot] co [dot] uk> wrote in
message
When my application installs itself, it puts a shortcut into the start
up folder so that it loads on warm reboot.
But I'd also like it to be the focussed application when waking the
device from sleep... At the moment it comes up with the main screen,
and you have to click on the short cut placed in the programs folder
to show it again.
How do I stop this minimisation?
Thanks for your help.