S
slaught
Hi,
I writing an app to be run on Windows Mobile 5 using C# and the .Net
Compact Framework 2.0 which hides both the start menu bar at the top of
the screen and the button bar / sip bar at the bottom of the screen in
order to maximise the amount of screen space available. This has been
achieved using the SSHFullScreen function found in Aygshell.dll, and
seems to work fine.
However, I also need keyboard input from the SIP panel, but when I
enable the panel through Microsoft.WindowsCE.Forms.InputPanel by
setting its enabled property to true, the sip button shows up in the
middle of the screen at the bottom.
I Dont want this button to show up on activating the SIP as I use my
own button for this purpose, how can I prevent this from happening?
Thanks.
I writing an app to be run on Windows Mobile 5 using C# and the .Net
Compact Framework 2.0 which hides both the start menu bar at the top of
the screen and the button bar / sip bar at the bottom of the screen in
order to maximise the amount of screen space available. This has been
achieved using the SSHFullScreen function found in Aygshell.dll, and
seems to work fine.
However, I also need keyboard input from the SIP panel, but when I
enable the panel through Microsoft.WindowsCE.Forms.InputPanel by
setting its enabled property to true, the sip button shows up in the
middle of the screen at the bottom.
I Dont want this button to show up on activating the SIP as I use my
own button for this purpose, how can I prevent this from happening?
Thanks.