How to specify path to Image resources in WPF application
问题 Below is in a flow document I can see all 5 in design When I run the program then none are found How can I get relative path to work? <Paragraph> <Image Width="50" Height="50" Source="zHelpMain.png" Stretch="Fill"/> </Paragraph> <Paragraph> <Image Width="50" Height="50" Source="Images\VennIntersection.png" Stretch="Fill"/> </Paragraph> <Paragraph> <Image Width="50" Height="50" Source="/Gabe2a;component/Images/VennUnion.png" Stretch="Fill"/> </Paragraph> <Paragraph> <Image Width="50" Height=