And you don't know how to reference them dynamically?
The given code example will help you load an
image dynamically:
As you well know generally we would access a content using BitMapImage with its UriKind parameter.
|
As you well know generally we would access a content using BitMapImage with its UriKind parameter.
In XAML based apps,there is no such relative path because every app is deployed as a package.so vs2012 provides us a scheme to access content files in a folder: "ms-appx:///FolderName/contentfile"
You can use ms-appx scheme to access your files dynamically.

Ibrahim ErsoyPosted Sep 7, 2012, 12:54 PM
From a developer perspective; its called Windows Store Applications.But i dont know why they keep confusing us.
Mahesh ChandPosted Sep 7, 2012, 11:06 AM
So, should we call Metro Style apps now Windows Store apps? I see some Microsoft experts are calling them Windows 8 apps.