S
schapopa
I am working on upgrading my application from VB 6.0 to .net and I have
module set as a startup. There is a warning that application will
terminate when Sub Main finishes and recommendation to move code to Load
event, but in module there is no such event. (I am not intending to
terminate application at this point)
For me I cannot understant why after executing
frmMain.DefInstance.Show()
which is last command in my Sub Main, application terminates on (Exit
Sub)
Thank you
Schapopa
module set as a startup. There is a warning that application will
terminate when Sub Main finishes and recommendation to move code to Load
event, but in module there is no such event. (I am not intending to
terminate application at this point)
For me I cannot understant why after executing
frmMain.DefInstance.Show()
which is last command in my Sub Main, application terminates on (Exit
Sub)
Thank you
Schapopa