Disable Power-On Notifications?

  • Thread starter Jared Miniman [MVP]
  • Start date
J

Jared Miniman [MVP]

I have a full-screen application that locks the taskbar (kind of like a
kiosk app); however, upon a power off/on toggle, sometimes the taskbar
appears, and being that it's locked, it covers the top of the screen until
it is forced into the foreground. Is there any way to prevent the taskbar
from receiving notifications on power up or otherwise keep the taskbar
constantly hidden?

We even capture the IntPtr to the taskbar window handle, then re-enable the
taskbar, then kill focus on the taskbar, then set focus on the current
full-screen form, then re-disable the taskbar, but that doesn't work. Any
ideas?

--
_________________________________
Jared Miniman, MS-MVP Mobile Devices
Mobile Computer Consultant

ActiveSync problems?
http://www.microsoft.com/mobile/pocketpc/support/help/activesync.asp
Connection Mngr Q's?
http://www.microsoft.com/mobile/pocketpc/tutorials/connectionmanager
 
K

Katie Schaeffer [MSFT]

Hi Jared,

Just an idea - try Hiding and Showing your form. The re-activation of your
form may cause the taskbar to straighten itself out. Also, try setting
WindowState=Maximized in the OnLoad event

Hope that helps,
-Katie

--------------------
| Reply-To: "Jared Miniman [MVP]" <[email protected]>
| From: "Jared Miniman [MVP]" <[email protected]>
| Subject: Disable Power-On Notifications?
| Date: Thu, 9 Oct 2003 00:35:26 -0400
| Lines: 23
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: pcp04195802pcs.summit01.nj.comcast.net 68.37.39.205
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:35484
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I have a full-screen application that locks the taskbar (kind of like a
| kiosk app); however, upon a power off/on toggle, sometimes the taskbar
| appears, and being that it's locked, it covers the top of the screen until
| it is forced into the foreground. Is there any way to prevent the taskbar
| from receiving notifications on power up or otherwise keep the taskbar
| constantly hidden?
|
| We even capture the IntPtr to the taskbar window handle, then re-enable
the
| taskbar, then kill focus on the taskbar, then set focus on the current
| full-screen form, then re-disable the taskbar, but that doesn't work. Any
| ideas?
|
| --
| _________________________________
| Jared Miniman, MS-MVP Mobile Devices
| Mobile Computer Consultant
|
| ActiveSync problems?
| http://www.microsoft.com/mobile/pocketpc/support/help/activesync.asp
| Connection Mngr Q's?
| http://www.microsoft.com/mobile/pocketpc/tutorials/connectionmanager
|
|
|

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top