Groups | Blog | Home
all groups > dotnet compact framework > october 2005 >

dotnet compact framework : SHFullScreen bug?


deneb
10/20/2005 10:46:58 PM
I made a full screen by using SHFullScreen Function.
But in case, MessageBox shows and then I click 'OK' to hide MessageBox.

and continuously MessageBox shows, then I click 'OK' to hide MessageBox
again.

after doing above work, full screen mode is broken.
(I can click start menu.)

How can I solve this problem?
I have to use SIP also.

Thanks~
Sergey Bogdanov
10/21/2005 8:54:40 AM
Move the SHFullScreen call to the Form.Activate event.

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


[quoted text, click to view]
deneb
10/21/2005 4:26:43 PM
Oh Thanks.. It works..!!

Take Care!
AddThis Social Bookmark Button