vb.net - How can i tell which form loads first? -
i have program has 2 forms (formlogin, formmain). when try debug nothing happens , think it's attempting go incorrect form. there setting missing somewhere?
go project
menu, @ bottom click yourproject properties...
on application
tab see entry called startup form
. dropdown can pick form starting object.
this information stored in project folder, application.designer.vb , application.myapp files should use gui change startup form unless have reason edit auto generated files directly.
Comments
Post a Comment