Dynamically startup form
- by comii
Hi!
I have application in VB.net that have two different form (Form1 and Form2).
Now I need to examine some condition and if condition is true then i set Form1 for startup for
and if it not then i set Form2 for startup form.
So is there anyway to dynamically call startup form?
Thanks!