I have a startup form that is displayed for about 10 seconds and than disapears. After that is gone I want the main form.
I was thinking to show the startup form and when that form closes show the main form.
My question is; is that the right way to do it? And if it is how do I do this?
I supposse I need a property where I keep the name of the main form. But how do I get from the property to actually showing the form?
I work in C#. (Or maybe I should say: I try to work in C# )
I was thinking to show the startup form and when that form closes show the main form.
My question is; is that the right way to do it? And if it is how do I do this?
I supposse I need a property where I keep the name of the main form. But how do I get from the property to actually showing the form?
I work in C#. (Or maybe I should say: I try to work in C# )