FullScreen + SIP + TabControl

R

rbolos

Hello again,

I have a new problem with my application.

I´m using the class Sip of
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=988&SearchTerms=SIP

Well, my form has a TabControl with 3 tabs (there is a space on right of
tabs). I need to show the keyboard but i need hide the icon of keyboard too.

I have a picture an i use visible property of class on event Click and the
sip is showed but the icon´s sip too (on the right of the third tab)

I need to show the keyboard but i need hide the icon of keyboard too.

Anyone can hel me?

Thanks in advance.
 
R

rbolos

Dear Sergey,

Sorry for the inconvenience, but your answer isn?t correct.

protected override void OnActivated(EventArgs e)
{
Capture = true;
IntPtr hwnd = GetCapture();
Capture = false;

SHFullScreen(hwnd, SHFS_HIDESIPBUTTON);


base.OnActivated (e);



}

It?s perfect if I would like hide the SIP and show when i need. But i don?t
want it.

I want to show ONLY THE KEYBOARD WITHOUT I MUST TO SHOW THE ICON OF SIP.

With this method when i call to SIP, the SIP and ICON SIP will be showed. My
application is a KIOSK mode i need that this ICON SIP not showed never.

Thanks for your patience.

Sergey Bogdanov said:
See my answer for your question here:
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compac
tframework/msg/f10e91b6ef9673ad?hl=en&

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

Hello again,

I have a new problem with my application.

I´m using the class Sip of
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=988&SearchTerms=SIP

Well, my form has a TabControl with 3 tabs (there is a space on right of
tabs). I need to show the keyboard but i need hide the icon of keyboard too.

I have a picture an i use visible property of class on event Click and the
sip is showed but the icon´s sip too (on the right of the third tab)

I need to show the keyboard but i need hide the icon of keyboard too.

Anyone can hel me?

Thanks in advance.
 

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 7
SIP at the bottom 2
StatusBar position when SIP showing 3
SIP Button showing in a fullscreen WM5 app 2
FullScreen + SIP 3
SIP and anchoring 2
Problem with the Soft Input Panel (SIP) 2
Sip event? 5

Top