| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
Problem hiding application's taskbar icon in Windows ME
Question: ShowWindowAsync(Application.Handle, SW_HIDE); Application.ProcessMessages;This code works fine in Win 95/98. If the same app is run on Win ME, a 'ghost button' on the taskbar appears after the a running screen saver is closed. Why is that?
This is a bug in Windows. It strikes when an application having a full-screen window open is closed.
Comments:
| |||||||||