Welcome to WindowsClient.net | Sign in | Join

Cristian Ricciolo Civera

Windows Presentation Foundation, C++ CLI, LINQ and experiments

Sponsors





  • advertise here

Browse by Tags

All Tags » WPF (RSS)
Lambda Expression into XAML markup
When I write markup I often need an IValueConverter for a Binding and usually the code implementation is small and easy. So, to resolve this typical need I thought that should be useful include small c# expression into the markup. So I developed a MarkupExtension...
Posted: Nov 11 2008, 05:35 PM by RiccioloCristian | with no comments
Filed under:
StylesExplorer on CodePlex
Due many requests for StylesExplorer code I just publishes my project on CodePlex: http://www.codeplex.com/stylesexplorer It contains both library for baml decompilation and the tool . However Rob at pdc spoke about XAML 2009 and there are many new features...
Posted: Nov 09 2008, 04:11 PM by RiccioloCristian | with no comments
Filed under:
(Real) Force theme on WPF
When I develop custom control for WPF that supports theming I need to force the engine to load the right resource instead of my Windows Vista theme.  There are some tricks on the web that does is merging the the resources for a specific theme but...
Styles Explorer: BAML decompiler
Since the summer I have studied how XAML markup is "compiled" to produce BAML stream included as resource into the .NET assemblies. So, during free time, I have developed an XmlReader implementation that allow to decompile BAML stream and read...
Posted: Apr 05 2008, 12:33 AM by RiccioloCristian | with 2 comment(s)
Filed under:
A complete WPF TreeListView control
Yes, I know, there already is a TreeListView control in the SDK, but it's simple and it isn't complete, so I developed a my custom control working on .NET Fx 3.0/3.5. It supports template, binding, scrolling and themes (classic, aero, luna). It's...
WPF AdvancedListBox for Zune effect
I like WPF very much and I often prepare some controls for my applications. This time I want to show a simple control extension added to ListBox. Its name is AdvancedListBox that uses custom ListBoxItem and it exposes some properties to know if ListBox...
Audio spectrum using WPF and C++ CLI
Hi! this is my first post and I want to begin to tell you about my experiences and experiments regard .NET world. There is a feature that lots of applications and sites miss. I'm talking about the audio spectrum, sometime built by fake bars that don't...
Page view counter