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...