First of all, I want to excuse for my bad english

I'm having c++ project @ university and I need some help. I'm working with Visual Studio 2008 Windows Forms. I made a web browser and now I need to make some kind of welcome screen leading to that browser or something like that. I should be something like a dialog window where is a text like "Welcome to my browser" and user pushes "OK" and then that browser loads. Of course if it's easier to make, it can be just simple welcome windows with "ok" button, and both windows (internet browser and dialog window) opens at same time but welcome windows should be in front.

Anyone can help with code ?