Ghawken / FrontView

FrontView+
36 stars 4 forks source link

If ForceResultionDetection On - takes focus from mediaplayer #1

Closed Ghawken closed 8 years ago

Ghawken commented 8 years ago

Side effect of enabling ForceResolutionDetection is that focus appears random - sometimes media player has it after screen change, other times FrontView+ has focus. Investigating options - probably similar to that used with MinimiseAlways Aim to Activate() form without stealing focus - to enable support regardless of media player being used. Using this call: RestoreWindowNoActivateExtension.RestoreNoActivate(this);

Ghawken commented 8 years ago

Fixed.