Hybrid GUI

G

gdesou

Is it possible to mix dynamically generated html code to be rendered
in a control and interact backwards and forwards with the generated
code?
I'm planning to develop an application that uses winforms for data
entry and once data is modified use xsl transformations to render a
memory stream with the xml code representing my objects. I'll like to
do that to be able to use css for layout design.
Is it possible to exchange data between the generated web page and the
application (both ways)? Is it too much of an overhead?
I'll appreciate any help on this (code snippets welcomed!)
Thanks in advance
 
B

Bob Powell [MVP]

To be brutally honest you're talking a mixture of technologies that
cannot be easily answered here.

My reaction to your idea would be to have you're WinFrms system talk to
a web-service and do the HTTP / ASP section as normal.

Keep It Simple....


--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top