MessageBox
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Is there something like a MessageBox, that don't have MessageBoxButtons but is showing for 3-4 sec. before it closes Thanks Thomas
-
Is there something like a MessageBox, that don't have MessageBoxButtons but is showing for 3-4 sec. before it closes Thanks Thomas
You might look around and see if anyone has done a C# SplashScreen Control. I'm new to C# but in Delphi the usual scheme for a roll-your-own splash screen is just to dynamically create a Panel with a bunch of labels to display your text. Then use a timer to destroy it after so many seconds.