Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am currently creating a simple program. Assume a program that should change a button color when it is clicked. I want to use this in the LAN. If I click the button, the color of that button should change and the same must be displayed in the other 2 PC's in the LAN. On each update of the form it must change the forms in all PC's.

Is this possible? Please help me out. I am helpless. What should I do on the server for the above problem and what should I do on the clients? Do I need to install VB6 on all PC's?
Posted
Updated 4-Dec-10 2:39am
v2
Comments
JF2015 4-Dec-10 8:40am    
Edited and completely rewrote your question. Please use proper language for posting questions.

Well if your using VB6 then you will have to use WinSock for the network communication.
 
Share this answer
 
can u explain me in detail.... am first time hearing abt winsock
 
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