I added an splash screen to my app. Then in the project settings I selected it to be used for the splash screen. Now my app won't close when I try to exit my app.

I have 'When Last Form Closes' selected for the shutdown mode. So I'm guessing the splash screen is calling Hide() instead of Close(). I can't find a way to get access to the splash screen object so I can try callling Close().

Does anyone know what I need to do to get my app to close?


Thanks,