FrigoCoder/FrigoTab

Media Player Classic hides window numbers

Closed this issue · 2 comments

Alt-tabbing from Media Player Classic has the side effect of hiding window numbers.

This might not be specific to MPC. I had it occur several times while playing League of Legends or using other programs. It might have something to do with changing display settings, and setting the Form.Bounds to the span of all displays. At the moment I am running an experimental build that always sets Bounds at the start of a session.

Supposedly fixed by the following change:
- protected WindowExStyles ExStyle = WindowExStyles.ToolWindow | WindowExStyles.NoActivate;
+ protected WindowExStyles ExStyle = WindowExStyles.ToolWindow;