vote up 0 vote down star

There are a lot of samples around showing how to skin WPF applications using DynamicResources and ResourceDictionaries loaded dynamically from .xaml files.

My problem is that my skins use images and I would like to include the style definitions and the images in a single file, so that a user only needs to download this.

Any ideas how to accomplish this? Is there a way to pack multiple resources?

flag

1 Answer

vote up 0 vote down

You can do this by creating DLL of a theme, I mean separate DLL project with image and style resource file embedded in that. The only limitation is that it doesn't allow developer to modify the Style.. Hope this helped you

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.