To Switch To The Design View Of A Windows Form

Posted by June on Stack Overflow See other posts from Stack Overflow or by June
Published on 2010-12-24T08:22:18Z Indexed on 2010/12/25 12:53 UTC
Read the original article Hit count: 165

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

© Stack Overflow or respective owner

Related posts about visual-studio-2005

Related posts about Microsoft