Any idea how to hide/show Softkey-Buttons?

  • Thread starter Thread starter juvi
  • Start date Start date
J

juvi

Hello,

I have got a form with a mainmenu and a button - if I click on the button
then the taskbar and mainmenu (softkey-bar) should be invisible/disabled.

It works for the taskbar already by pinvoking the function FindWindow,
ShowWindow, EnableWindow and the name for the taskbar is "HHTaskBar"

I tried the same for the softkey-bar (tried to find out the name through
Remote Spy) but all I could do was to set the text on the sk-button invisible

How can I hide the whole softkey-bar to have full screen?? (I do not want to
use the WindowState.Maximized setting)

Thanks for any help in advance.
juvi
 
Try to get the SIP-Button with "FindWindowW("MS_SIPBUTTON", null);"
and move it outside the screen.
If it don't work, I can mail you my code :-)
Greetings
Manfred Denzer
 
thx - thats kind...I will give a try when I am home, but in the meanwhile you
could also send me your code if I fail doing it: (e-mail address removed)
Thank you ;-)

BR
juvi
 
Back
Top