Bonjour,

j'ai un petit problème en essayant de revenir d'un fullscreen mode, l'évènement FullScreenChanged ne se déclenche pas quand j'appui sur escape :

http://weblogs.asp.net/scottgu/archi...lverlight.aspx

j'ai suivi l'exemple suivant !

1) le projet téléchargeable ne fonctionne pas.
2) BrowserHost a à priori été renommé en : System.Windows.Interop.Content
3)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
System.Windows.Interop.Content MyContent = new System.Windows.Interop.Content();
MyContent.FullScreenChanged += new EventHandler(MyContent_FullScreenChanged);
MyContent_FullScreenChanged n'est jamais appelé !

quelqu'un a déjà fait fonctionner cela ?

Merci d'avance.
ALCINA