Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Machine A have a Patient Entry Window application Form and Machine B have window application which Display Datagridview. When we enter record from Machine A then Machine B Datagridview get auto Updated,
I am using VB.NET & SQL SERVER
Posted

1 solution

I would suggest putting a timer on the form and having it check for updates once a minute, or whatever time frame you decide.

Otherwise you can build a server app that clients can send messages to and then have the server app send messages to the clients but that is way more work.
 
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