D
David Schwartz
In my Windows Forms app, I tried using a Sub Main as my startup object. The
problem I found is that as soon as the End Sub is reached, the app
terminates (even if I showed a form during the sub). Has anyone else seen
this? How can this be avoided, other than by using a form as the startup
object?
Thanks!
problem I found is that as soon as the End Sub is reached, the app
terminates (even if I showed a form during the sub). Has anyone else seen
this? How can this be avoided, other than by using a form as the startup
object?
Thanks!