Re: Running a C# program w/GUI through a web browser
- From: "Wayne" <MeNotYou@xxxxxxxxxxxxxxxx>
- Date: Tue, 10 May 2005 11:47:32 -0400
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
"Magnus Gran-Jansen" <Magnus Gran-Jansen@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:890E6ECB-324B-4B31-882D-ED1D52877476@xxxxxxxxxxxxxxxx
> 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: Web service 'Access to the path denied'
- Next by Date: Re: Need more than 64 bits for mask - Long data type
- 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
|