简体   繁体   中英

How to change the location of the splash screen image?

I moved all of my images into their respective 'image' folder in my solution. Now I want to correctly update the application such that I can see my splash screen image. I've managed to do this with the other images, but not the splash screen image. I can't seem to find any way to programmatically specify where the image is located. As of now, I just see a black screen for my splash screen. Here's an image of what my solution's file structure looks like:

我的新文件结构

You can't. The OS looks for a SplashScreenImage.jpg in the root of the XAP.

You can create your own custom splash page instead if you really want to.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM