P
Paul M
Hi there,
i'm sure this is an easy question.
I have a number of forms in my project, which i am converting from VB6 to
..Net
This is the previous code i have:
frmSplash.Show
DoEvents
Sleep (3000)
Load frmMain
Load FrmNewExisting
LoadRegistrySettings
Unload frmSplash
frmMain.Show
FrmNewExistingProject.Show 1
Firstly, i commented out all lines and put this:
Dim fSplash as new frmSplash
fSplash.Show()
when this executes, it shows the form and then shuts it down?? why?? and
also, how can i preload forms like above, in .NET
thanks in advance,
Paul.
i'm sure this is an easy question.
I have a number of forms in my project, which i am converting from VB6 to
..Net
This is the previous code i have:
frmSplash.Show
DoEvents
Sleep (3000)
Load frmMain
Load FrmNewExisting
LoadRegistrySettings
Unload frmSplash
frmMain.Show
FrmNewExistingProject.Show 1
Firstly, i commented out all lines and put this:
Dim fSplash as new frmSplash
fSplash.Show()
when this executes, it shows the form and then shuts it down?? why?? and
also, how can i preload forms like above, in .NET
thanks in advance,
Paul.