Learning a computer language is a big undertaking and cannot be explained in only one Answers.com answer, but I can post links on where to find resources to begin programing. First off Google-ing tutorials is how I learned a lot of my knowledge and another website that is very helpful is: stackoverflow.com It is a Q & A site for developers. Also, Microsoft MSDN has some VERY GOOD tutorials built right into visual studio. Just open Visual Studio 2010 and then click the "Guidance and Resources" Tab.
A few helpful starter pieces of code that I had a VERY HARD time finding:
To show a new form already in your project:
1. Insert the following code into a Button Click Property
2. The code: Form2.Show()
3. Replace Form2 with the name of the form you want to show
To close a form:
Repeat Step 1
2. The Code: Me.Close()
To End a program:
The Code: End
Also, you should organize your code by regions using:
#Region "Region Title Goes Here"
All your Code
#End Region
This is like putting your code into groups... but it just makes it easier to deal with if you have a lot.
GOOD LUCK!
Following is the list of versions of visual studio:Product nameVersionVisual Studio4.0Visual Studio 975.0Visual Studio 6.06.0Visual Studio .NET (2002)7.0Visual Studio .NET 20037.1Visual Studio 20058.0Visual Studio 20089.0Visual Studio 201010.0
Visual Studio is an IDE, whereas DotNet is a framework. A Framework is a set of usable components which can be used to develop some application, hence Visual Studio is a development environment for DotNet based applications.
Visual Basic was started in 1991.
Visual Studio 2008 was produced by Microsoft. One of the new features of Visual Studio 2008 was to enable the user to build applications that target multiple versions of the NET Frame
visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp
Following is the list of versions of visual studio:Product nameVersionVisual Studio4.0Visual Studio 975.0Visual Studio 6.06.0Visual Studio .NET (2002)7.0Visual Studio .NET 20037.1Visual Studio 20058.0Visual Studio 20089.0Visual Studio 201010.0
Visual Studio is an IDE, whereas DotNet is a framework. A Framework is a set of usable components which can be used to develop some application, hence Visual Studio is a development environment for DotNet based applications.
Microsoft Visual Studio has been written in Visual C++ and Visual C#
Yes it uses framework 3.5, Visual Studio 2010 uses Net Framework 4.0
Yes, you may.
Visual Studio 2010Visual Studio 2008Visual Studio 2005Visual Studio .NET 2003Declares and allocates storage space for one or more variables.i.e. Dim A1() As Integer = {0, 1, 2, 3}
Visual Basic was started in 1991.
Visual Basic 2005 is actually a version of VB.NET (v8.0). The latest version (9.0) is Visual Basic 2008.
Visual Studio is a developement environment that can support many different languages like C++, j#, Basic, etc. "Visual" is added to the names because Microsoft has tweak the langauages a bit in order to integrate the .Net functionality and other features the would like to support. C++ is a stand alone languages that was incorperated into Visual Studio package.
Visual Studio 2008 was produced by Microsoft. One of the new features of Visual Studio 2008 was to enable the user to build applications that target multiple versions of the NET Frame
The object concept is visual basic net is a part from a book. There are four key concepts of object-oriented development.
The latest version is Microsoft Visual Studio 2012(.NET 4.5)Although, this is still in beta testing.It is available for free from Microsoft.Update: Microsoft Visual Studio 2012 is no longer is beta. Microsoft Visual Studio 2012 Express is available for free (www.microsoft.com/express).