• Welcome to ForumKorner!
    Join today and become a part of the community.

Getting Started with Visual Basic .NET

Darkness^

Member
Reputation
0
There's a lot happening on the start page. But basically, this is where you can start a new project, or open an existing one. The first Tab, Projects, is selected. At the moment, the area labelled "Open an Existing Project" is blank. This is what you'll see when you run the software for the first time (because you haven't created a project yet). When you create a project, the Name you gave it will be displayed on this page, as a hyperlink. Clicking the link will open the project.

At the bottom of the screen, there are two buttons: "New Project" and "Open Project". To get started, click the "New Project" button. When you do, you'll see this dialogue box appear in the version 2008:

NewProjectDB.gif


Keep the Location the same as the default. This is a folder inside of your "My Documents" folder called "Visual Studio Projects". A new folder will then be created for you, and its name will be the one you typed in the "Name" textbox. All of your files for your first project are then saved in this folder.

Click the OK button, and the Visual Basic NET design time environment will open.
 

LoveToHax

Onyx user!
Reputation
0
Um.........
Great tut lol...
I don't think you needed that many lines of text to explain that.
 

Techno

User is banned.
Reputation
0
Zeny, some people don't even know what visual basics is. You expect them to know how to run it?

Good Guide.
 

Zennywop

User is banned.
Reputation
0
Techno said:
Zeny, some people don't even know what visual basics is. You expect them to know how to run it?

Good Guide.

Yes I do expect them to.

On a serious not, I must agree with Techno as there is some people in this world that need a guide for everything.
 
Top