K
Kent Briggs
VB 2005 / Pocket PC. Is it possible to hide the Windows Start Button and
keep it hidden even after my program exits? I know how to hide it
temporarily using this:
Dim hwnd As IntPtr = GetForegroundWindow()
SHFullScreen(hwnd, SHFS_HIDETASKBAR)
But I don't know what handle to use to make it permanent (or at least
until a reset is performed). Note that I don't want to disable the whole
taskbar. I need other programs to keep their "Ok" button in the upper
right so they can close.
I've search through a zillion older messages here and didn't see a solution.
keep it hidden even after my program exits? I know how to hide it
temporarily using this:
Dim hwnd As IntPtr = GetForegroundWindow()
SHFullScreen(hwnd, SHFS_HIDETASKBAR)
But I don't know what handle to use to make it permanent (or at least
until a reset is performed). Note that I don't want to disable the whole
taskbar. I need other programs to keep their "Ok" button in the upper
right so they can close.
I've search through a zillion older messages here and didn't see a solution.