Hey guys! I'm working on a new VB2005 app that is an MDI container which opens one nearly full-screen child at a time, which is then set to:

Child.Dock = Dockstyle.Fill

When the app is started, however, no useful children are open. I decided to open a blank child with some kind of graphic that will give the app a great opening appearance. Kind of like a splash page, but it will remain open until the user does something.

My question is, does anyone have any good ideas for cool graphics that can stand alone on a black background? If it helps, this is a tooling program....


Thanks!