i am making a program to disable screensavers. i've tried using an API spy to get the screen saver's class info but it returned blank. i've tried using 'GetActiveWindow' and 'GetFocus' to get a handle then hiding it using ShowWindow(hwnd&,SW_Hide). does anyone know if it's possible to hide or at least minimize the screen saver?
