检测 " 左击右下角的时间或控制面板里面的."

解决方案 »

  1.   

    WM_TIMECHANGEAn application sends the WM_TIMECHANGE message whenever it updates the system time.To send this message to all top-level windows, an application can use the SendMessage function with the hWnd parameter set to HWND_TOPMOST. Windows 2000/XP: An application should not broadcast this message, because the system will broadcast this message when the application changes the system time. Windows NT 4.0 and earlier: An application should send this message to all top-level windows after changing the system time. Windows 95/98/Me: An application should send this message to all top-level windows after changing the system time.