If anyone is able to do that, please reply:

1. Create a new form in your project and set it as the
startup form.

2. Add a second form that can be used as dialog.

3. Add a button to the dialog form and then do the following:

When the application starts, the startup form should
call the dialog form to be shown on the screen.
During this, the startup form has to be disabled for a while.

The second form has a button and if you click it, it should
enable the first form and close the dialog.

Can anybody do that in C# or VB.NET?

thx!