开发者

Keep silverlight video in full screen in a dual monitor configuration

开发者 https://www.devze.com 2023-03-01 14:52 出处:网络
I have a silverlight video playing in the second monitor attached to my laptop. I want to work on my laptop screen and 开发者_如何学编程want silverlight video to remain in full screen mode.

I have a silverlight video playing in the second monitor attached to my laptop. I want to work on my laptop screen and 开发者_如何学编程want silverlight video to remain in full screen mode.

Is there some configuration change i need to do on my laptop to make this work?


Simple answer: you need to upgrade to Silverlight 4:

New features in Silverlight 4

Full-Screen Support

Silverlight 4 enables applications to remain in full-screen mode when another application is active.


Update for programmers looking to check/enable this:

Application.Current.Host.Content.FullScreenOptions = System.Windows.Interop.FullScreenOptions.StaysFullScreenWhenUnfocused;
0

精彩评论

暂无评论...
验证码 换一张
取 消