开发者

Keeping a seperate file for path of all the images

开发者 https://www.devze.com 2023-03-16 00:55 出处:网络
I have to use many different images into my win开发者_开发知识库dows phone application. Although I have maintained a separate folder for images inside the application, I want to maintain some XML or p

I have to use many different images into my win开发者_开发知识库dows phone application. Although I have maintained a separate folder for images inside the application, I want to maintain some XML or properties where I can save the path of all those images and then call them from that particular place. How to do this?


You can use the Resource item for that purpose. In Add New Item you can find Resources File item. You can use this resource item to manage Strings,Images,Icons,Audio,Files and any other content....

0

精彩评论

暂无评论...
验证码 换一张
取 消