SplashScreen loses Focus

I have a SpashScreen on my main form and all is working fine, except that when the SplashScreen closes my program no longer has focus and I have to click within the program to bring focus back.  What is the best way to correct this behavior?  I check the 4 demos that come w/ the component and they all behave the same way.

Example: before using the SplashScreen component, I would launch my program and I would be able to immediately enter text. Now, with the splash screen, the program launches and after the Splash Screen closes, I can't start entering text until I click on the text box, because when the SplashScreen closed, my program is no longer the active one.

Thanks

I just found the solution. After my last post to the SpashScreen I can now execute the method:
SplashScreen.SetFocusToForm(formMain);