Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
first of all i've set my splshscreen, logo, wide logo etc (.png file) to my metro app project, and it is working perfectly.

but now i want add an image to my form/page within image control. but the 'source' property of the image control is not showing my newly added image.

Even the solution explorer is showing that image. i refreshed the solution explorer and tried even restarting the visual studio but no luck.

To see my image in solution explorer, i had to enable the 'show all files' option, but still it is not recognizing my image as an image that i added previously.

thanks in advance...... pls help...
Posted
Comments
FrankLavigne 11-Mar-13 12:19pm    
Just wondering: id the PNG in RGB or CMYK format? Can you include the PNG in the project? And what happens when you try to open the PNG file in Photo viewer?

1 solution

Please try this code in your xaml

set Image source as Source="Assets\SplashScreen.png"

Thanks,
Bilaal
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900