Advanced Forum Search Results
-
You can also try www.visualwebgui.com. It is an open source framework that also offers some charting, but it has many other advantages as well. For example, it simplifies Silverlight development by allowing to use WinForms designer for Silverlight!
Check out the Quick Starts here
-
I know it is possible with visual webgui.The Silverlight toolkit incudes htmlBox and TextBox controls, which you can check out on their Silverlight catalog demo. http://www.visualwebgui.com/silverlight or this quick start: How to embed HTML inside a Silverlight application
-
You don't need a code. With Visual webgui you can create in Silverlight anything that can be done with WinForms - because you are using WinForms designer - it's pretty cool. http://www.visualwebgui.com/silverlight/tabid/382/Default.aspx
-
Hi,
You don't necessarily have to do it with VS 2008.
I have done something similar with Visual WebGui which is a framework over VS and it allows Silverlight and DHTML to integrate and interoperate in a very simple way.
www.visualwebgui.com/silverlight
-
Have you looked at visualwebgui's open source framework. It includes a RichTextBox control and allows full interoperability between DHTML & Silverlight.
www.visualwebgui.com/silverlight
-
Hi,
I have some experience with visualwebgui and it does offera RichTextBox control in Silverlight 2.0. The framework allows integration of DHTML in Silverlight.
They have some examples of this on the catalog and they have a webmail demo.
http://www.visualwebgui.com/silverlight
you can also check out the complete Silverlight controls list ...
-
You can find Silverlight charting controls at Visual WebGui. They offer around 60 SL controls and they all can be further customized.
visualwebgui.com/silverlight or check their controls catalog: http://samples.visualwebgui.com/mainform.swgx
-
Hi,
You should take a look at Visual WebGui. They have a Silverlight framework and show examples of integrating DHTML resources in SL.
Check out their catalog:
http://samples.visualwebgui.com/mainform.swgx
-
Hi,
There is a solution for the weight issues of Silverlight from Visual WebGui, which is a framework that allows on server Silverlight (or DHTML). This means that there is no longer weight to file or application complexibility because it remains on the server and only presented by the browser while still providing full ...
-
You should take a look at visual webgui. it is an open source RAD framework for AJAX & Silverlight that applies WinForms methodologies to web applications.
Porting WinForms applictions
Hope this helps.