Windows Forms tutorial showing how to create form with button and how to register an event handler. When the button is clicked, the form changes its background color.
48 people like thisPosted: 14 years ago by Tomas Petricek
Merge two events in one event to move over a list. Can be used to implement a wizard / slider mechanism
17 people like thisPosted: 13 years ago by Ankur Dhama
Detects a mouse down then up event without a move.
4 people like thisPosted: 13 years ago by Phillip Trelford
Quick example of using drag-n-drop with WinForms.
4 people like thisPosted: 13 years ago by MichaelGG
An example of using an actor (MailboxProcessor) to coordinate the projection of events from an event stream into a persisted projection. This example covers handling simple concurrency conflicts via also persisting and checking the latest event ID with with projection. The update command will take the current projection and apply all new events before persisting it back. The rebuild command will ignore an existing projection and replay all events in the stream.
5 people like thisPosted: 10 years ago by Daniel Bradley
F# implementation of SelectMany and TakeUntil (from Rx) on F# events
19 people like thisPosted: 13 years ago by Ankur Dhama
Declares an event combinator 'Event.using' that automatically releases resources allocated by a previous event occurence. Each event occurence creates a value using a function specified by the user and automatically calls 'Dispose' when generating a new value.
2 people like thisPosted: 13 years ago by Tomas Petricek
Detects a mouse down then up event without a move.
4 people like thisPosted: 13 years ago by Zach Bray
The following is a simplistic implementation of global events, which is the precise dual of the dependency injection implementation found in http://fssnip.net/dg. This is just a proof of concept, unwise to use in real life.
0 people like thisPosted: 12 years ago by Eirik Tsarpalis