Basic Form Properties and Modality in VB.NET

Posted on ASP Free See other posts from ASP Free
Published on Mon, 07 Nov 2011 10:00:01 -0500 Indexed on 2011/11/11 18:01 UTC
Read the original article Hit count: 348

Filed under:
Creating your First VB.NET Form 1. Launch Microsoft Visual Basic 2008 Express Edition. If you do not have this program, then you cannot create VB.NET forms. You can read an introductory tutorial on how to install Visual Basic on your computer: http://www.aspfree.com/c/a/VB.NET/Visual-Basic-for-Beginners/ 2. Go to File - gt; New Project. 3. Since you will be creating a form, select Windows Forms Application. 4. Select a name for your form project, e.g. MyFirstForm. 5. Hit OK to get started. 6. You will then see an empty form -- just like an empty canvas when you paint. It looks like th...

© ASP Free or respective owner

Related posts about vb.net