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
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