I don't want my application's main window to ever have the focus until it
determines that it needs it. The effect I'm after is kind of like a splash
screen that appears but doesn't take the focus away from the current
application and does not receive the focus if that application is closed.

What's the proper way to deflect the focus that comes to it automatically so
that the next available application gets the focus?

Thanks!