FullScreen + SIP c#

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

Dear All,

I am working on an application that i want to create my own windows. I have
the following problems
1) to put the app in fullscreen and get my image as the window i have to
give up the menu bar @ the buttom, although
http://msdn.microsoft.com/library/d...n-us/dv_evtuv/html/etconpocketpcformstyle.asp
they mentioned that i can just set WindowState = Max and it should give me
full screen without the top taskbar. How can i reach this?
2) From the above problem i dont get SIP button when i need to enter Text.
I have a popup that has a textbox to enter data. I dont want to have the
menu and SIP but i want to be able to show the sip button when the Textbox
is currently active.

Thanks a lor for your help, really appreciated

Best Regards
Mustafa Rabie
 
thanks a lot for your help :)
Sergey Bogdanov said:
The topics have been discussed many times:

1)
http://groups.google.com/group/micr...ework.compactframework&q=SHFullScreen+&qt_g=1
2)
http://groups.google.com/group/micr...ork.compactframework&q=InputPanel+Show&qt_g=1


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


Mustafa said:
Dear All,

I am working on an application that i want to create my own windows. I
have the following problems
1) to put the app in fullscreen and get my image as the window i have to
give up the menu bar @ the buttom, although
http://msdn.microsoft.com/library/d...n-us/dv_evtuv/html/etconpocketpcformstyle.asp
they mentioned that i can just set WindowState = Max and it should give
me full screen without the top taskbar. How can i reach this?
2) From the above problem i dont get SIP button when i need to enter
Text. I have a popup that has a textbox to enter data. I dont want to
have the menu and SIP but i want to be able to show the sip button when
the Textbox is currently active.

Thanks a lor for your help, really appreciated

Best Regards
Mustafa Rabie
 
Back
Top