Skip to main content

Microsoft Silverlight

Answered Question HTML container control : control to render HTML in silverlightRSS Feed

(0)

neeraj.trivedi
neeraj.t...

Member

Member

35 points

14 Posts

HTML container control : control to render HTML in silverlight

Hi,

I have a problem to load a pre defined HTML page (with JavaScript and frames) in my silverlight application and I did not find any control which can render HTML in silverlight. I am using silverlight 2.0 please let me know, if there is any silverlight control which is offering HTML rendering.

Thanks in Advance

Neeraj Trivedi

 

shamrat231
shamrat231

Contributor

Contributor

4667 points

595 Posts

Answered Question

Re: HTML container control : control to render HTML in silverlight

neeraj.trivedi:

Hi,

I have a problem to load a pre defined HTML page (with JavaScript and frames) in my silverlight application and I did not find any control which can render HTML in silverlight. I am using silverlight 2.0 please let me know, if there is any silverlight control which is offering HTML rendering.

Thanks in Advance
Neeraj Trivedi

Please check this site. 

http://www.vectorlight.net/silverlight_rich_textbox_demo.aspx

Hope the link is useful and its freeSmile

and if this post was helpful then please 'Mark as Answer' - many thanks

Sharker Khaleed Mahmud
Software Developer
(MCP,MCTS,MCPD[web])

This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.

Dhaka, Bangladesh
LinkedIn :: SL Profile :: Blog

jakkaj
jakkaj

Participant

Participant

934 points

146 Posts

Re: HTML container control : control to render HTML in silverlight

 Hi,

 There is no HTML control in Silverlight, but it doesnt need one :)

Silverlight runs in the Browser, so just grab a DIV using the HTML DOM Bridge, and overlay it on top of the Silverlight application in the right spot...

There are plenty of examples of this on the net... have a hunt around 

TIP: You will need your Silverlight control to be running in Windowless mode.

Jordan.

http://blog.webjak.net
http://www.sddn.org.au

amyo
amyo

Contributor

Contributor

3606 points

493 Posts

Re: HTML container control : control to render HTML in silverlight

Still there is no such control in Silverluight 2.0 and Toolkit

Amyo Kabir
Solution Architect & Sr. Developer
Blog

shamrat231
shamrat231

Contributor

Contributor

4667 points

595 Posts

Re: HTML container control : control to render HTML in silverlight

neeraj.trivedi:

Hi,
I have a problem to load a pre defined HTML page (with JavaScript and frames) in my silverlight application and I did not find any control which can render HTML in silverlight. I am using silverlight 2.0 please let me know, if there is any silverlight control which is offering HTML rendering.
Thanks in Advance
Neeraj Trivedi

On the above post, If you need the source code do tell, i will post it on the forum

and if this post was helpful then please 'Mark as Answer' - many thanks

Sharker Khaleed Mahmud
Software Developer
(MCP,MCTS,MCPD[web])

This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.

Dhaka, Bangladesh
LinkedIn :: SL Profile :: Blog

tanmoy.r
tanmoy.r

Contributor

Contributor

3582 points

709 Posts

Re: Re: HTML container control : control to render HTML in silverlight

 Hi,

Please check this link.

This is not updated for SL 2 but with a minor changes u can use it.

Please Mark as Answer if this helps you.
Thanks n Regards
~Tanmoy
Blog: http://anothersilverlight.blogspot.com/

party42
party42

Participant

Participant

1102 points

338 Posts

Re: HTML container control : control to render HTML in silverlight

shamrat231:

[

Please check this site. 

http://www.vectorlight.net/silverlight_rich_textbox_demo.aspx

Hope the link is useful and its freeSmile

 

 

dude nice job on that textbox! kudos for that, can you post the code ?

Regards,
Nathan Brouwer

http://www.nathanbrouwer.nl

Amanda Wang - MSFT
Amanda W...

All-Star

All-Star

17241 points

1,466 Posts

Answered Question

Re: HTML container control : control to render HTML in silverlight

Hi,

This is the  rich text editor for silverlight and supports various well known features. You can try to download the Source Code here: http://www.codeplex.com/richtextedit

Amanda Wang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Wardy
Wardy

Member

Member

71 points

56 Posts

Re: HTML container control : control to render HTML in silverlight

There's a difference between a "html editor" and a "richtext editor".

 Think of richtext as an xml document in the developers predefined format, however using the functionality in that richtextbox control (Cheers Dan for making such an awsome control) ... you can export the richtext xml and then xsl transform it to html.

 It's not the cleanest way I've ever seen it done but for free you can't expect the planet to bend over backwards just for you can you now ;)

I dabble in ...
SOA, WCF, Silverlight, XNA, ASP.NET, BPM, Data Cleansing / processing.
... Come visit me @ www.ccoder.co.uk

My current setup ...
Dell XPS M1730 with Windows 7
Raid and SLI in a laptop with the latest from Microsoft, what more could a programmer want !
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities