Mouse Clicks, Reactive Extensions and StreamInsight Mashup

Posted on SQL Server Central See other posts from SQL Server Central
Published on Fri, 18 Mar 2011 06:00:00 UT Indexed on 2011/03/18 8:15 UTC
Read the original article Hit count: 178

Filed under:

I had an hour spare this afternoon so I wanted to have another play with Reactive Extensions in .Net and StreamInsight. I also didn’t want to simply use a console window as a way of gathering events so I decided to use a windows form instead. The task I set myself was this. Whenever I click on my form I want to subscribe to the event and output its location to the console window and also the timestamp of the event.

© SQL Server Central or respective owner