0
Reply

Trigger event when data is received

Greg

Greg

Feb 24 2009 8:15 AM
2.6k

Hi all,

I have a C# gui that I built that receives data from another program and displays the data in an embedded browser. Currently the programs are connected by a socket, and I would like to trigger an update to the browser when the program sends new data to the gui app. can someone point me in the right direction or provide an example of how to achieve something like this? Thank you all for your help!