Running a C# program w/GUI through a web browser

G

Guest

Hi,

I have many thousand lines of C# code that uses System.Windows.* frequently,
so it has a lot of GUI. This program processes data that is located on the
local machine and displays a graphical representation of this. I wish for
users to be able to use this program through the Internet, where the machine
containing the data is the server.

The code that processes the data and the code that displays the graphical
interface is already written, but as a single program. Is there an easy way
of getting the client-server functionality without splitting the program or
writing too much code? Eg. executing the program through a web browser.

Thanks,
Magnus Gran-Jansen
 
W

Wayne

If the application isn't meant for public use you could always look at
setting up terminal services and install the app there. That way your users
log into your server over the web and run the application.

From some of the other threads I've seen, I don't believe you can just take
your windows app and embed it in a web browser like you are wanting too.

--
Thanks
Wayne Sepega
Jacksonville, Fl

Enterprise Library Configuration Console Module Generator
http://workspaces.gotdotnet.com/elccmg

"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 

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