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?
visual-studio
Didn't you open Form1.vb
in a location other than the WinFormsApp1
folder you are working on now?
Alternatively, instead of opening
project/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
.
© 2024 OneMinuteCode. All rights reserved.