Archive for the ‘example’ Tag
Worked Example: Programmatic Addition of a WPF Data Template to a Resource Dictionary
I have noticed some interest in my earlier post on how to add a WPF data template to a resource dictionary in code and so this post is a demonstration of the technique. The code is presented in F# but I have deliberately kept the code simple and fairly non-functional so that those of a C# or VB.NET background can follow the process easily.
Download the Regular Expression Processor
You can now download the F# regular expression processor (including all dependencies) here:
- Application: http://www.box.net/shared/d9zi1yv3dm (runs on Vista (and probably XP) directly without Visual Studio, F# or GLEE installed)
- Source code and project (requires Visual Studio 2008 (or later), GLEE and F#): http://www.box.net/shared/1so3r6471v
- Previous post: F#: A Complete Regular Expression Processor
Comments (5)