Form Does Not Appear

Asked 2 years ago, Updated 2 years ago, 43 views

This is a very rudimentary question, but I created a Windows form application for Visual Basic, but the form does not appear.How can I get it?

src=

src=

visual-studio

2022-09-30 11:52

1 Answers

Didn't you open Form1.vb in a location other than the WinFormsApp1 folder you are working on now?

Alternatively, instead of openingproject/solution or new, you may have double-clicked the file in Form1.vb open or new.

Exit/restart Visual Studio and select WinFormsApp1.sln under Open Projects and Solutions.


2022-09-30 11:52

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.