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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -