Tuesday 29 December 2009

Creating a new Project

I would advise you to save the project with an appropriate name immediately as renaming the project half-way through can cause no end of problems and confusion. If you are just playing about with code and little projects the name is not essential, you can just call it myPractice or something.

When you pick a new project in VB.NET you will see the screen as below:



If you want to create a simple form design then you will pick the Windows Application Icon. You will see that I have clicked on this icon once in the shot below. When you have done this rename the name of the application in the text box below to something more appropriate:

Appropriate Windows Application Icon Selected:



Project name Highlighted:



New Project Name:



So we have called the project something more appropriate (MyBlogExample). This takes care of the naming side of things. We do not need to worry about naming the project after we have done some work to it.

Now all we need to do is hit ok and we will have a new project.

No comments:

Post a Comment