SHFullScreen

G

Guest

Hello.
I use this code, on a ppc:

Capture = true;
IntPtr hwnd = Win32.GetCapture();
Capture = false;
Win32.SHFullScreen(hwnd, Win32.SHFS_HIDESTARTICON);

to make my window not to show the start icon.
Win32 is a class defined by me where i import the dll's necesary to use this
function.
Th problem is that tha code works, but after i get to messageboxes from my
application with some error or something else the starticon is visible.
It happens all the time after 2 messageboxes.
Does anyone encounter this problem?
 

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