Installing Vb.net - Part 1 - Obtaining, installing, and creating your first application

free web hosting
Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > .NET (VB, C# & J#)

Installing Vb.net - Part 1 - Obtaining, installing, and creating your first application

.:Brian:.
Well I didn't see anything on here about how to get started with vb .net, so I figured that I would write a small tutorial on how to get started with programming in VB .Net.

If I get a lot of positive responses, I'll continue, if not I won't.

Step 1: Obtaining Visual Basic .NET
Microsoft in recent years has made a giant step in allowing hobbyists to learn program without having the burden of buying expensive software. This is a great business idea on their part, because it allows more people to become interested in their software, therefore, increasing the number of potential purchasers. With the introduction of Visual Studio 2005, Microsoft released the express edition of Visual Basic.

What is the express edition?
The express edition of Visual Basic .Net is a version of Visual Basic that Microsoft designed for students and hobbyists. The express edition simply lacks some of the features that are provided in the other editions of Visual Studio. The features it lacks however, are usually not needed by Students, or hobbyist developers. As per the FAQ, you can even use the programs you create with the Express edition for commercial use:
QUOTE(http://msdn.microsoft.com/vstudio/express/support/faq/)
Can I use Express Editions for commercial use?
Yes, there are no licensing restrictions for applications built using the Express Editions.

You can compare the express edition to the other edition by looking at Microsoft's comparison chart, which can be found here.

Obtaining the express edition
Since the express edition of Visual Basic .net is free, that is what this tutorial is going to use. This is because the express edition is available to the widest number of people.

The express edition can be downloaded from Microsoft's website. There are a few methods that you can choose to use for this. You can either use the standard download method, or you can use an alternative installation method. The standard installation method requires internet access to install, as program files are downloaded during the installation process. This is probably the easiest way for most people to install, however if you would like to install on a computer without internet access, or on multiple computers, you should consider one of the alternative installation methods. Both methods are gone through in detail in this tutorial, so simply choose the one that you would like.

Installing with the standard installation method - if you would like to perform an alternative installation method scroll down
Simply go to: http://msdn.microsoft.com/vstudio/express/vb/download/

On the page, under step 2, there is a link that says download. Click on it, and save the file somewhere on your computer where you will be able to later find it. (Your desktop may be a good location). The download is around 2.8MB so it may take a while on a slower connection.

Once the download is completed, locate the file and double click on it. This will start the setup process, which may take several minutes to load, depending on the speed of your computer. Once setup is done, you'll be presented with a welcome screen (as is shown in figure 1 below). Simply click the next button.


figure 1 - The setup welcome screen

The next setup screen asks you to accept the license agreement. Simply read through it, make sure that you aren't opposed to any of it. Then click on the checkbox that says "I accept the terms of this license Agreement". Then click on the next button.

The next screen is very important. It lists optional components to install. If you have the connection, and the download speed in order to download all of the optional components, I would highly recommend it. I have explained the optional components below:
  • Microsoft MSDN 2005 Express Edition - this is a helpful tool, as it provides you with documentation while you are programming. If you need help with anything, MSDN is the backbone of it. I would recommend this, however of the optional components, if you were to leave one out, this is what you should choose to leave out.
  • Microsoft SQL Server 2005 Express Edition - This allows you to have your applications write to databases. I would recommend it, as later tutorials will draw off using this to store application data.
Once you have chosen which of the optional components that you would like to install, click on the next button. You will then be presented with a screen that shows a summary of what is to be installed (as is shown in figure 2 below). If you are satisfied with what is shown on the screen click on the Install button. If you are not, click on the back button and change the options.


figure 2 - installation summary

After you click on the install button, the installation process begins. This process can take a very long time to complete as lots of files need to be downloaded (Visual Basic can require around 340MB to be downloaded). So I would recommend doing something else while the process is completing.

Once the installation process is complete you may scroll down to starting visual basic for the first time.

Installing with the alternative installation method - if you would like to perform the standard installation method scroll up
This installation method requires a CD burner on the computer in which you are downloading the files from initially. The computer you are installing Visual Basic on, simply needs a CD-ROM drive.

First go to: http://msdn.microsoft.com/vstudio/express/support/install/
You will see on the page a link to Microsoft Visual Basic 2005 express edition. (Be sure you click on the correct one, or you will download the wrong file). You will most likely be wanting to use the .ISO file, as that is recognized by most cd-burning software. However Microsoft also provides a .img file in case that is what you need. I am not going to go into the specifics of burning this file to a CD here (You must be sure to burn an image to the CD, and not simply write the file), however if you need help doing so just post with what kind of burning software you have (if any), and you'll get some help.

Once you have burned the file to the CD, insert it in the computer, and then open the cd up and double click on the setup.exe file. You can then follow similar steps as are shown above, to complete the installation process. (The only difference is that files are taken from the CD instead of being downloaded during the installation).

Step 2: Starting Visual Basic .NET & Creating your first application
Starting Visual Basic .NET is just like starting any other application. You simply go to start --> programs --> Microsoft Visual Basic 2005 Express Edition. At this time, if you did not register during the installation, you will need to register now. All you need is a .net passport (which is free of course). Simply follow the registration links for information about registering.

The first time you start Visual Basic .NET it will take longer than the other times. This is because it must prepare the environment. This should only happen once, and subsequent times that Visual Basic .NET is started it should be faster.

Microsoft has made it so that you are shown a welcome screen when you first start Visual Basic. This welcome screen is very useful. It shows you information such as some of the recent projects you have been working on, as well as recent news related to visual basic.

You will also notice a link to create a new application. Click on this to open the new project window. (You can also do this by going to the file menu and clicking on new project... You can fool around with the different templates that they have, just about any of them will work. Also give your project a meaningful name ('test' will work for a name for now, but later you want to make sure to give them names that are relevant).

It may take some time for visual basic to create the project as it needs to create several files on your computer. Once this process is complete you have a basic application that you can run right away. To run the application, look on the toolbar. There is a button that looks like a play button (on a VCR or DVD player). Click on that button. And your application will run.

Thats it! You have now created and run your first application.

If there is interest, i'll continue making some tutorials on Visual Basic, if not I wont. So please leave any comments or suggestions, etc.

 

 

 


Reply

WeaponX
Clear and detailed explanation on how to install VB.NET. Just make sure that you give it a more appropriate title next time. I changed it to Installing VB.NET since there is no mention on how to actually write programming code with it.

If you have your own tutorials for Visual Basic, feel free to post your tips/guides here.

Reply

livingston
I've got Visual Studio 2005 Professional Edition. The Installation of this package is also sismilar to the installation of VB.NET, but it has several tools along with VB.NET like C#.NET, J#.NET, VC++. It also includes Microsoft SQL Server 2005 and MSDN for VS 2005.

The Installation takes about 20 minutes in a system with modest configuration. The Entire Visual Studio 2005 Professional Edition Package consumes 4GB of Hard disk for Installation.

The Only draw back of the Visual Studio Express editions is that you cannot creat deployable final products of your projects created with it. It is good for learning how to program using the Visual Studio Package.

Reply

.:Brian:.
QUOTE(livingston @ Feb 25 2007, 02:00 PM) *
The Only draw back of the Visual Studio Express editions is that you cannot creat deployable final products of your projects created with it. It is good for learning how to program using the Visual Studio Package.


Although you may not be able to create deployable products, in a sense that you cannot create a deployment application through the express edition of VB .NET you can always use other products for doing so. Some examples of such are things like the NullSoft Installer.....http://nsis.sourceforge.net/Main_Page

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. visual basic installer 2005 - 5.42 hr back. (1)
  2. visual basic installer - 5.31 hr back. (2)
  3. run application after install vb.net setup - 16.17 hr back. (1)
  4. installing an environment variable with vb.net install project - 28.72 hr back. (1)
  5. vb.net 2005 create setup for an application - 30.28 hr back. (1)
  6. how to add license and agreement in vb.net package and deployment - 47.42 hr back. (2)
  7. vb.net packaging application - 54.56 hr back. (1)
  8. run program when install vb.net - 56.72 hr back. (1)
  9. vb.net express comparison - 60.05 hr back. (2)
  10. how to include a uninstall option in your vb.net application - 64.64 hr back. (1)
  11. vb.net console application programming - 65.99 hr back. (1)
  12. vb.net express package - 66.45 hr back. (1)
  13. paste a file to the hard disk in setup project vb.net - 74.48 hr back. (1)
  14. how to make installer package from vb.net 2005 project - 78.91 hr back. (1)
Similar Topics

Keywords : installing, vb, net, part, 1, obtaining, installing, creating, application

  1. Creating Your First Application
    (1)
  2. C# Tutorial : Lesson 7 - Creating Value Types & Reference Types - Part II
    (1)
    foreach statement This statement is explicitly used to traverse through arrays. The
    benefit of using foreach over the normal for statement is that it is not needed to check the
    size of the array while using the former. Syntax:- foreach(type identifier in expression) {
    statement 1; statement 2; .... } Suppose we have an array StudentNames containing the name of all
    the students in a class. We need to display the name of each one of them on screen. First we will
    see how it can be done using the for loop. CODE string[] StudentNames = new s....
  3. C# Tutorial : Lesson 6 - Creating Value Types & Reference Types - Part I
    (0)
    Value Types & Reference Types In C#, Variables are either value types or reference types
    depending on what they store, values or references. By reference we imply that the variable holds
    the memory address of another location where the actual value is stored. All built in data types -
    Int, Char, String, Float, Boolean, etc are value types while classes are reference types. The
    following is a diagrammatic representation of these two types. In this picture there are two
    variables Num1 and Num2. Both of these being integer variables store the values directly.....
  4. Lesson #1 - Introduction To C#
    Console Application (0)
    This tutorial will help get you started with C# Sharp. These tutorials will assume that you are
    using the Visual Studio environment. If you are just curious to test out some code, then you can
    copy and paste this code into your CS file, however, before doing so, make sure to name your project
    the same as the namespace on the code. But since this first program is fairly easy, it will not
    hurt to type it out. It is fairly easy and short. Also, this program is highly commented so it
    should be easy to follow along. Comments will have 2 forward slashes before them '....

    1. Looking for installing, vb, net, part, 1, obtaining, installing, creating, application

Searching Video's for installing, vb, net, part, 1, obtaining, installing, creating, application
advertisement




Installing Vb.net - Part 1 - Obtaining, installing, and creating your first application



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE