vote up 4 vote down star

Yes that sounds backwards. I want to create an area or frame in my Silverlight app to host another page from my site. I've seen it done before but I can't seem to find any examples.

This way I can control the entire page layout using SL but still use existing aspx pages.

thanks

flag

44% accept rate

3 Answers

vote up 2 vote down

Yes, it can be done and its quite easy to do. I plan on blogging about my HtmlBrowser control and posting the source. The basics are to make sure the Silverlight control is hosted with the isWindowless parameter enabled and then you can at runtime through the HtmlPage class create an IFRAME element and set the src attribute to the HTML page location. The fun part is getting the sizing right, but its not too difficult.

Follow my blog http://craign.net/ over the next couple of days as I'll post my control.

link|flag
It would help the community if you post more details here as well as your blog, thanks. – typemismatch Oct 20 '08 at 2:56
Noted. Busy with the code sample. – Craig Nicholson Oct 23 '08 at 18:52
does this work in Out of browser mode? – Neil Sep 14 at 20:52
vote up 0 vote down

did you finish? I'm looking to do something similar

link|flag
vote up 0 vote down

Will frame break out code break out or not when using this technique.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.