would the app then regularly poll the web service to get the new color?
My idea was, that if I push a button in my web browser on PC 1, a message is sent to the web service on PC 2. This web service should then change the color of the control on the windows app running full screen on PC2, preferable "real-time".
If the windows app is polling the web service to get the current color, the effect wouldn't be real-time.....
Main Topics
Browse All Topics





by: ThaloxPosted on 2004-05-19 at 01:10:13ID: 11106014
hi,
Im not sure if I get your question right.
But if you just want to get a value (for the color of a control) from a web service, you dont need to combine webservice and winapp in one executable.
create your webservice and its methods and then a new project for your window app.
add a web-reference to the webservice to your app and you will be able to "control" your app through webservice.
or did i get your question wrong?
Thalox