Any idea how to hide/show Softkey-Buttons?

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
 
M

Manfred Denzer

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
 
J

juvi

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
 

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

Top