Re: Running a C# program w/GUI through a web browser
- From: "mphacker" <mphacker@xxxxxxxxxxxxxxxxxx>
- Date: 10 May 2005 05:36:09 -0700
Short answer: can't be done without big changes to your app.
You will need to pull the UI out of the app and replace it with a
webforms UI or split the program into a true client-server app.
There may be one other solution... Depending on how the program
accesses the data you *might* be able to place the app on a central
server and give people terminal service access into the server so they
can run the application.
Mike
Magnus Gran-Jansen wrote:
> 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
.
- Follow-Ups:
- Re: Running a C# program w/GUI through a web browser
- From: Magnus Gran-Jansen
- Re: Running a C# program w/GUI through a web browser
- References:
- Running a C# program w/GUI through a web browser
- From: Magnus Gran-Jansen
- Running a C# program w/GUI through a web browser
- Prev by Date: Re: Removing items from A dropdown List Please help
- Next by Date: Re: C# book
- Previous by thread: Running a C# program w/GUI through a web browser
- Next by thread: Re: Running a C# program w/GUI through a web browser
- Index(es):
Relevant Pages
|