Click here to Skip to main content
15,913,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all, I want to build a Windows program on the .Net for ideas below.
I have multiple computers in a corporate LAN. I will use a computer to set up the server and the others are client machine. I will build a program there are two versions to install on the server and client. On my server version I configuration map (jpg image) of the company and the client will receive it. When the user clicks on the map at the location of the client then the server will show the exact location on the screen and sync server for all clients. Someone can
give me ideas? Thanks
Posted
Updated 11-Apr-12 22:38pm
v4

1 solution

I've to admit, I didn't get your problem at all.

You should have a look at WCF (Windows Communication Foundation), which simplifies the development of client/server architectures.

In principle, you have to send the map as image to all the clients (i.e. the clients ask the server to obtain the image) and the clients then send the x|y-coordinates of the mouse position when clicking, so the server can process these information and maybe send some pieces of information back.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900