|
Borland C ++ Builder FAQ
|
||
| The content | The last update: 12/12/2008 | |
|
How to show/hide hours Windows? The author: KAV //"search" of hours HWND hClockWnd = FindWindowEx (FindWindowEx (FindWindowEx (NULL, NULL, "Shell_TrayWnd", NULL), NULL, "TrayNotifyWnd", NULL), NULL, "TrayClockWClass", NULL); if (hClockWnd) ShowWindow (hClockWnd, SW_HIDE);//we hide hoursSW_SHOW, Accordingly, to show. |