When the winlogon desktop is not selected, after rebooting the Windows logon dialog loses focus every second. This is because the window is hidden but it still receives and processes messages.
Logged In: YES user_id=272824
I'm not sure I understand what this means.
It's referring to the username/password dialogue, and focus is being stolen from it?
Anyway. Presumably a workaround would be to call SetForegroundWindow periodically, to force the logon window into the foreground.
Logged In: YES user_id=269966
Yes, username/password dialogue. The problem is probably that I am calling InvalidateRect on a hidden window.
Log in to post a comment.
Logged In: YES
user_id=272824
I'm not sure I understand what this means.
It's referring to the username/password dialogue, and focus
is being stolen from it?
Anyway. Presumably a workaround would be to call
SetForegroundWindow periodically, to force the logon window
into the foreground.
Logged In: YES
user_id=269966
Yes, username/password dialogue. The problem is probably
that I am calling InvalidateRect on a hidden window.