communicating with another application
I have a browser based application( say A) and an exe application(say B) both of which are already up and running in the same system.Now on some event in A ,say a button click, I want to pass some data to B and fire some event in B. Can anybody tell me how to do it ? The exe application can support activeX/Applets.
|