Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I had a scenario where I would have a windows form application running on the same machine as a .Net web service. I want an external application to be able to activate a "start record" button on the form by interacting with a web service.

 

Do how a web service can invoke a control on a Windows Form?

 

Any help appreciated,

 

D

  • Administrators
Posted

There is no real way for a webservice to force anything out to a client, the client would need to call the web service and act on the result in some way.

 

If you need the server to be able to contact the client then you may find an alternate mechanism (such as remoting) to be more useful.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted

Thanks for the info,

 

yeah I was looking at remoting as a solution but since both the server and client reside on the same server, I opted for sockets rather than remoting.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...