to change default form to run in vb.net 2008?

Naggih

New member
hello there,
i'm kind of stuck, i've created a second windows form in my vb2008 project called it form2 and i wana run it when i click debug, instead, it's form1 which runs.

well, i know about creating an object in form1 so as to call form2 class using the code below
dim formsecond as new frmsecond
formsecond.show()

but this is not what i want
i think it has to do with project properties as it's done in vb6 using the steps below

project>projectproperties>startupobject>ok

i don't know how to do that in vb2008
any help given, i appreciate it
thanyou.

naggi
 
Back
Top