FullScreen + SIP c#

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
 
M

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
 

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

Similar Threads

SIP at the bottom 2
custom SIP with display box 1
SIP 7
FullScreen + SIP 3
SIP Button showing in a fullscreen WM5 app 2
SIP and anchoring 2
How to read carriage return from SIP 3
FullScreen + SIP + TabControl 2

Top