Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii.......

I have a checkbox in windowsform application.Consider there are two services and two clients running in two systems .When we connect a local client to a remote service ,how can we monitor if a checkbox checked change event occur at service.
Posted
Comments
Herman<T>.Instance 20-Jul-11 8:56am    
in that event set a flag and add that flag as parameter in the call to the remote service
Mark Salsbery 20-Jul-11 16:38pm    
Or just add a service method which you call whenever a checkbox value changes?

Not sure what you are getting at here. If the client has the checkbox then the above statement could work. If it's the service host app that has the checkbox and you need to notify clients then you need a duplex service binding or the clients would have to poll.

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