Borland C ++ Builder FAQ
The content The last update: 12/12/2008

How to show/hide hours Windows?

The author: KAV
The initial link: - - -

//"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 hours 
SW_SHOW, Accordingly, to show.