Keep silverlight video in full screen in a dual monitor configuration -


i have silverlight video playing in second monitor attached laptop. want work on laptop screen , want silverlight video remain in full screen mode.

is there configuration change need on laptop make work?

simple answer: need upgrade silverlight 4:

new features in silverlight 4

full-screen support

silverlight 4 enables applications remain in full-screen mode when application active.


update programmers looking check/enable this:

application.current.host.content.fullscreenoptions = system.windows.interop.fullscreenoptions.staysfullscreenwhenunfocused; 

Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -