Time flies like an arrow demo in WinForms
- by Benjol
Looking at the Reactive Extensions for javascript demo on Jeff Van Gogh's blog, I thought I'd give it a try in C#/Winforms, but it doesn't seem to work so well.
I just threw this into the constructor of a form (with the Rx framework installed and referenced):
Observable.Context = SynchronizationContext.Current;
var mousemove =…