Triger event in winform from webform

  • Thread starter Thread starter S
  • Start date Start date
S

S

I have a windows application that is constantly listening
to the requests from other applications. I need to trigger
a event [say a button click or invoke some function] from
asp.net application. Any ideas .. how to do that ?
 
How do other applications send their requests to the WinForm one? Is there
any limitation that prevents you from using the same mechanism? Having said
that, I'd recommend steering clear of terms like "button click" when
designing inter-application communication. The "request-response" model is
much more appropriate here. Think of forms, buttons etc. as just GUI means
to issue the same requests other applications can issue over the network or
in some other way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top