H
Harry Simpson
I'm using this (leaving out the declarations for this post) in the Form load
of my main form:
Capture = True
Dim hwnd As IntPtr = GetCapture()
Capture = False
SHFullScreen(hwnd, SHFS_HIDESTARTICON)
The Start button disappears and even open a new form with the start button
still hidden. When I execute a msgbox, the start button comes back with a
vengence.
Do I just repeat the code above directly after I close the message box?
What's the best way to handle this?
Thanks
Harry
of my main form:
Capture = True
Dim hwnd As IntPtr = GetCapture()
Capture = False
SHFullScreen(hwnd, SHFS_HIDESTARTICON)
The Start button disappears and even open a new form with the start button
still hidden. When I execute a msgbox, the start button comes back with a
vengence.
Do I just repeat the code above directly after I close the message box?
What's the best way to handle this?
Thanks
Harry