To Switch To The Design View Of A Windows Form
- by June
Hi Friends
I create new project in Windows Form Application using Visual Studio in VB.Net.
I place some controls on my form.
I don't write any code at this time.
I close this project.
When i open this project again , i found Form1.vb.
I double-click that file , but the design view doesn't appear.
I also find Form1.Designer.vb.
What in this file is code.
How can i switch to Design View of Form1 ?
I need to write some codes for that form's objects like Button Click Event.
June