How does one change the background color for a loading out-of-browser Silverlight 3 application?

Posted by Jacob on Stack Overflow See other posts from Stack Overflow or by Jacob
Published on 2010-03-24T00:55:59Z Indexed on 2010/03/24 1:03 UTC
Read the original article Hit count: 409

When running our Silverlight 3 application out-of-browser, startup takes a little time, but it's long enough to be noticeable. During this startup, the background of the window hosting the application displays an ugly white background color. When running in-browser, we have a splash screen, but that's loaded via JavaScript of course. How can I get a splash screen working for an out-of-browser Silverlight 3? Or if that's not possible, is there a way I can at least change the background color of the window?

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about out-of-browser