/// <summary> /// Subclass the window the system talks to /// </summary> internal void subclassTopMostWindow() { NativeWindowCommon.EnumWindows(EnumWindowsProc, 0); }