J
John Doe
Hi,
Hopefully someone can help me on this one.
I normally start all my VB apps from a Sub Main, which I place in a code
module. This Sub then instantiates a form, i.e
Public Sub Main()
Dim MyMainForm as new frmMain
MyMainForm.Show()
End Sub
NOW, (dunno when exactly it stopped working) this code would instatiate the
form for a split second, the form (instead of remaining active) shows, and
then immediately unloads, sub main finishes, and the program exit. I tested
this on a colleague's computer as well, and it does the exact same thing.
Can anyone tell me how to fix this?
I'm running Visual Studio.NET 2003 Professional
IDE version 7.1.3088
..NET framework version 1.1.4322 SP1
on a winXP 2002 SP1 installation.
Any ideas?
Johan van Niekerk
Lecturer: Business Information Systems
Faculty of Engineering
Nelson Mandela Metropolitan University
Hopefully someone can help me on this one.
I normally start all my VB apps from a Sub Main, which I place in a code
module. This Sub then instantiates a form, i.e
Public Sub Main()
Dim MyMainForm as new frmMain
MyMainForm.Show()
End Sub
NOW, (dunno when exactly it stopped working) this code would instatiate the
form for a split second, the form (instead of remaining active) shows, and
then immediately unloads, sub main finishes, and the program exit. I tested
this on a colleague's computer as well, and it does the exact same thing.
Can anyone tell me how to fix this?
I'm running Visual Studio.NET 2003 Professional
IDE version 7.1.3088
..NET framework version 1.1.4322 SP1
on a winXP 2002 SP1 installation.
Any ideas?
Johan van Niekerk
Lecturer: Business Information Systems
Faculty of Engineering
Nelson Mandela Metropolitan University