Dynamically startup form
Posted
by comii
on Stack Overflow
See other posts from Stack Overflow
or by comii
Published on 2010-04-22T11:11:37Z
Indexed on
2010/04/22
11:13 UTC
Read the original article
Hit count: 192
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!
© Stack Overflow or respective owner