Click here to Skip to main content
15,881,172 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 5:29
Bex_30009-Jan-09 5:29 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 5:39
Jammer9-Jan-09 5:39 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
chefkokkie11-Feb-09 7:30
chefkokkie11-Feb-09 7:30 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 5:42
Jammer9-Jan-09 5:42 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 5:41
Bex_30009-Jan-09 5:41 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 5:43
Jammer9-Jan-09 5:43 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 5:50
Bex_30009-Jan-09 5:50 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer10-Jan-09 5:54
Jammer10-Jan-09 5:54 
The bit before ;component is the name of the dll so the solution name has no bearing on this ...

So in a solution called MySolution there is a project called Styles containing a MainDictionary.xaml file in the project root (not in a subdirectory in the project your line would be:
Source="/Styles;component/MainDictionary.xaml"


If I did this the line would look something like:

Source="/JamSoft.SampleSort.Styles;component/MainDictionary.xaml"


If MainDictionary.xaml was actually in a subdirectory of the Styles project called SubDirectory1 the line would be:

Source="/JamSoft.SampleSort.Styles;component/SubDirectory1/MainDictionary.xaml"


I've uploaded the demo solution I made for you yesterday. You can get it here:

http://www.jammer.biz/downloads/WPFStylesApp1.zip[^]

I think your assuming the solution has more prominence than it does. I think of it as merely a way to link projects together in a single loadable group. The projects themselves could have absolutely no relation to each other, if that is the case it would be odd to have them in the same solution but thats another topic entirely!


GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_300012-Jan-09 0:12
Bex_300012-Jan-09 0:12 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer12-Jan-09 22:42
Jammer12-Jan-09 22:42 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_300012-Jan-09 23:47
Bex_300012-Jan-09 23:47 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer13-Jan-09 10:12
Jammer13-Jan-09 10:12 
QuestionMove a 3D object on screen. Pin
ParagGupta9-Jan-09 2:07
ParagGupta9-Jan-09 2:07 
QuestionTo format date in datagrid column in silverlight Pin
priyagee9-Jan-09 1:02
priyagee9-Jan-09 1:02 
AnswerRe: To format date in datagrid column in silverlight Pin
johnsontroye9-Jan-09 17:22
johnsontroye9-Jan-09 17:22 
GeneralRe: To format date in datagrid column in silverlight Pin
priyagee11-Jan-09 20:11
priyagee11-Jan-09 20:11 
QuestionNeeded sample Program Which run on both windows and web. Pin
vinethgentle8-Jan-09 23:51
vinethgentle8-Jan-09 23:51 
AnswerRe: Needed sample Program Which run on both windows and web. Pin
Pete O'Hanlon9-Jan-09 1:20
mvePete O'Hanlon9-Jan-09 1:20 
QuestionGridSplitter Cursor Pin
Johan Lombaard8-Jan-09 22:27
Johan Lombaard8-Jan-09 22:27 
AnswerRe: GridSplitter Cursor Pin
User 27100910-Jan-09 15:15
User 27100910-Jan-09 15:15 
QuestionRe: GridSplitter Cursor Pin
bootis12-Aug-10 23:21
bootis12-Aug-10 23:21 
AnswerRe: GridSplitter Cursor Pin
mocasu8-Sep-10 6:16
mocasu8-Sep-10 6:16 
AnswerRe: GridSplitter Cursor Pin
schiebel-t3-Feb-09 1:50
schiebel-t3-Feb-09 1:50 
GeneralRe: GridSplitter Cursor Pin
xsumo16-Mar-10 11:49
xsumo16-Mar-10 11:49 
QuestionUnknown Error Pin
Vimalsoft(Pty) Ltd8-Jan-09 18:56
professionalVimalsoft(Pty) Ltd8-Jan-09 18:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.