Create a window, draw the image, and begin to load your other resources afterwards.
Your window does not respond during the loading, but you could update it by calling Display() from the resource-loading routine, or even use a separate thread, if user interaction is important.