bszafko

Stories submitted by bszafko

WPF: Ribbon in Prism Applications(bartekszafko.pl)

submitted by bszafkobszafko(240) 3 years, 5 months ago

Microsoft some time ago published its Ribbon(known from Office 2007) control library for Windows Presentation Foundation. This article contains steps necessary to implement ribbon view region in Composite Application Library(aka Prism) . read more...

add a comment |category: |Views: 1063

tags: another

Getting started with Managed Extensibility Framework(geekswithblogs.net)

submitted by bszafkobszafko(240) 3 years, 8 months ago

Last Friday Managed Extensibility Framework Preview 2 (MEF) was published on CodePlex. MEF is a new library in .NET that will simplify adding extension points to your applications. It enables discovery, loading and composition of the extensible components. read more...

add a comment |category: |Views: 230

tags: another

First WPF End-To-End Reference Sample: Family.Show(blogs.msdn.com)

submitted by bszafkobszafko(240) 5 years ago

A great example of how to use WPF with sources included read more...

add a comment |category: |Views: 31

tags: another

Using managed custom actions with WIX 3(bartekszafko.inc.pl)

submitted by bszafkobszafko(240) 5 years, 6 months ago

Embedding custom actions written in .net into msi may be very tricky. Some setup developers even consider it evil. However I with some research and reverse engineering it could be quite simple. read more...

add a comment |category: |Views: 178

tags: another