HaworthBantam
Programmer
Found a posting you made 2nd Dec 2004 regarding splash screens and some code for displaying the splash screen and then the main form.....
Sub Main()
Dim fs As New FormSplash()
fs.Show() : Application.DoEvents()
Threading.Thread.Sleep(3000)
fs.Close()
Dim fm As New Form1
fm.ShowDialog()
End Sub
As a newbie to dot net I found this very useful.
Thanks.
PS Is it too late to give you a star ?
Sub Main()
Dim fs As New FormSplash()
fs.Show() : Application.DoEvents()
Threading.Thread.Sleep(3000)
fs.Close()
Dim fm As New Form1
fm.ShowDialog()
End Sub
As a newbie to dot net I found this very useful.
Thanks.
PS Is it too late to give you a star ?