Click here to Skip to main content
15,909,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want know how can we access port of one computer to another computer.by using c# coding,we have to implement client server architecture using ports.
do you know about regedit command in win 7 .How to use it to connecting multiple user by regedit for client server architecture.


How to access Regedit Directory?

How to use port for connecting client server?

How to implement Port in windows Application Project?

How to access port from 1 pc to another pc of client?


..................if u having solution please send us by using c# coding ......................
Posted

1 solution

Hi

First at all I suggest to you read about WCF it can gave you a really good opinion about SOA and Client/Server new technologies ;-)

If you want know about socket programming look at here:
Running the Winsock Client and Server Code Sample
Client Server Communication[^]

This is a simple client/server program it can be really useful for you:
Chat Client Server[^]

and for access RegEdit you can use shell commands and many other solutions same as Microsoft.Win32, just try it google or look at these links ;-)

Read, write and delete from registry with C#[^]
Create a Key In the Registry (Visual C#)

Best Regards.
 
Share this answer
 
v3

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