Click here to Skip to main content
15,885,365 members
Articles / Programming Languages / C#

Remoting with GUIs

Rate me:
Please Sign up or sign in to vote.
4.85/5 (70 votes)
6 Jun 2005CPOL11 min read 269.3K   4.3K   208  
This article illustrates how .NET remoting is used in a GUI environment. It illustrates how a server can reflect what is happening to a remote object that it controls. The use of synchronous and asynchronous calls is also examined along with code design improvements.
Remoting with GUIs
by Frank McCown
fmccown@harding.edu


RUNNING
-------

Run the Server by running server.exe
Run the Clinet by running client.exe


COMPILING
---------

In order to re-build the client.exe and server.exe files, just type make at the command line.
This will run make.bat which compiles the files using the csc compiler.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Harding University
United States United States
Frank McCown is an assistant professor of Computer Science at Harding University (Searcy, Arkansas, USA). His research interests include web crawling, search engines, digital preservation, and web archiving.

Comments and Discussions