ResourceDictionary
WCF and WF
2
Posts
2
Posters
3
Views
1
Watching
-
Hi, I'm trying to add a ResourceDictionary to the Window.Resources. The ResourceDictionary I want to use is in a Class Library I added as a Reference. This is my code: What do I put at the ???????.
<Window.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="/nameof the.dll;component/nameofthefiles.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Window.Resources>
Jammer Going where everyone here has gone before! :) My Blog