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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -