Hi,
i'm moving my first steps in vb.NET world and i'm getting
first troubles..
in vb6 i can start an application from Sub Main() and load
for example a form using 'set' and 'show' command. The
output for the user will be the form and the program will
still run.
In vb .NET, if i made it in the same way, will be no
output for the user because the program terminate when the
execution reach the End Sub statement of the Sub Main().
I think this happens because the form is declared in
Module. There's a way to do so?
Can anyone help me?
Thanks in advance
i'm moving my first steps in vb.NET world and i'm getting
first troubles..
in vb6 i can start an application from Sub Main() and load
for example a form using 'set' and 'show' command. The
output for the user will be the form and the program will
still run.
In vb .NET, if i made it in the same way, will be no
output for the user because the program terminate when the
execution reach the End Sub statement of the Sub Main().
I think this happens because the form is declared in
Module. There's a way to do so?
Can anyone help me?
Thanks in advance
Comment