UserNotification class and hiding theTask bar

Last post 10-09-2008 4:27 by horsegun. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 10-07-2008 5:22

    UserNotification class and hiding theTask bar

    Hello

     I am writing a mobile 6 application which must run full screen and not allow access to any part of the O/S or the control panel, and so I am providing a custom task bar to display battery/connection state etc..

    I wanted to use the UserNotification class to manage notifications but I am finding it makes the standard Task Bar appear until the notification is dismissed or hidden. Is it possible to stop the standard Task Bar from appearing?

     Many thanks

    Filed under: , ,
  • 10-09-2008 4:27 In reply to

    Re: UserNotification class and hiding theTask bar

    I have found a solution by using P/INVOKE, FindWindow grabbing the HHTaskBar and MoveWindow once the window has been found.

     Cheers

Page 1 of 1 (2 items)