T
tlynch
How do I use sub Main as a startup? The following of course exitst
immediately. A loop would just eat up processor cycles. If I use
ShowDialog(), application exits as soon as the second form is launched by
the first form. (Many forms many instances of each form.) What is the proper
way?
main.vb
Module startup
Public Sub Main()
' Initialize Globals
immediately. A loop would just eat up processor cycles. If I use
ShowDialog(), application exits as soon as the second form is launched by
the first form. (Many forms many instances of each form.) What is the proper
way?
main.vb
Module startup
Public Sub Main()
' Initialize Globals