Controlling program flow in VB.NET

  • Thread starter Thread starter munya
  • Start date Start date
M

munya

I am a beginner in using VB.Net although I do have
experience in VB6. It always seems that I have to keep my
startup object in memory otherwise the application will
just end. Even if I have transfered control to another
form. It is irritating to have to keep my splash screen in
memory just to make sure that my application will continue
running. Can anyone help me? I'm going crazy already!!
 
What you are describing does not sound right, you will
have to provide more information. Please supply
initialisation code and where the code is located in your
form class
 
* "munya said:
I am a beginner in using VB.Net although I do have
experience in VB6. It always seems that I have to keep my
startup object in memory otherwise the application will
just end. Even if I have transfered control to another
form. It is irritating to have to keep my splash screen in
memory just to make sure that my application will continue
running.

<http://groups.google.com/[email protected]>
 
Back
Top