Page view counter
HTML container control : control to render HTML in silverlight Subscribe to this thread
Last post 04-16-2009 9:37 AM by Wardy. 8 replies.
Sort Posts:
11-19-2008 2:44 AM
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

 

neeraj.trivedi

Loading...
Joined on 10-20-2008
India
Posts 14
11-19-2008 3:19 AM
Marked as Answer
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.

shamrat231

Loading...
Joined on 05-17-2007
Dhaka,Bangladesh
Posts 478
11-19-2008 3:21 AM
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

jakkaj

Loading...
Joined on 01-03-2008
Melbourne, Australia
Posts 139
11-19-2008 3:23 AM
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
Read my Blog

amyo

Loading...
Joined on 01-07-2008
Bangladesh
Posts 424
11-19-2008 3:27 AM
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.

shamrat231

Loading...
Joined on 05-17-2007
Dhaka,Bangladesh
Posts 478
11-19-2008 3:28 AM
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/

tanmoy.r

Loading...
Joined on 09-06-2007
Pune (India)
Posts 615
11-19-2008 3:36 AM
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

party42

Loading...
Joined on 04-17-2006
Utrecht
Posts 318
11-21-2008 8:10 AM
Marked as Answer
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.

Amanda Wang - MSFT

Loading...
Joined on 04-30-2007
Posts 1,015
04-16-2009 9:37 AM
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.
... 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 propgrammer want !

Wardy

Loading...
Joined on 05-20-2006
England
Posts 38
Microsoft Communities