How to detect clipboard change admin January 14, 2009 January 14, 2022 No Comments on How to detect clipboard change Detecting clipboard change is very similar to detecting system time change. We will detect WM_DRAWCLIPBOARD system message.
How to detect system time change admin January 7, 2009 January 14, 2022 No Comments on How to detect system time change If the user changes the system time either with Date and Time properties dialog box or using command line, we can detect this by catching WM_TIMECHANGE system message. Here is… Read more »