본문 바로가기

Silverlight

FullScreen 상태에서 Debug하기


FullScreen모드를 개발 하실때 당연히 Debug를 하셔야 하는데 이놈의 실버라이트가 FullScreen 모드 상태에서는 VisualStudio로 넘어 갈수가 없었지용.

 그런데!!

 App.Current.Host.Content.FullScreenOptions = System.Windows.Interop.FullScreenOptions.StaysFullScreenWhenUnfocused;

 FullScreenOptions를 설정 해주시면 FullScreen 상태에서 Unfocused 상태에서도 FullScreen 상태를 유지 하기 때문에

VisualStudio로 넘어 가셔서 Debug를 할 수 있었네용 :-)

 

저는 오늘에야 알았답니다....

 제길

 참 듀얼 모니터 상태 에서도 한쪽 에는 실버라이트를 전체화면으로 해놓고 다른 모니터 에서는 계속 작업이 가능 하답니다.