How to make silverlight page as out of browser programatically
Hi,
i want to display silverlight page as full screen ie out of browser. for that i use one line of code . but is working fine in button click . But i want to make it out work in page load. if use that line in same under button click event it is showing that page as full screen . but i want when i click on the button of one page it has open the second page as full screen for that i have to write the code in page load. can u please tell me the solution to achieve this one. i line what i used is
Application.Current.Host.Content.IsFullScreen = true;
Thanks
P.Nagaraju.