I get a hang sometimes in the following code
SendMessage(HWND_BROADCAST, WM_FONTCHANGE, 0, 0);
Rebooting clears up the offending receiver but maybe it can be changed to a non-blocking call. I currently encounter this problem in S but this code seems common to all variants. Or maybe someone has suggestions on finding the blocking app? I guess I can try killing processes until I find the blocker.
SendMessage(HWND_BROADCAST, WM_FONTCHANGE, 0, 0);
Rebooting clears up the offending receiver but maybe it can be changed to a non-blocking call. I currently encounter this problem in S but this code seems common to all variants. Or maybe someone has suggestions on finding the blocking app? I guess I can try killing processes until I find the blocker.
Comment