In this video we will see how to download and install the free version of
Visual Basic 2010 Express Edition that is. We open our browser and then
try Visual Studio 2010 Express. From the research we are directed to
This page from Microsoft that allows us to download it. From this page
You can select all products in Express version, version
Free. E 'can be downloaded and then click Visual Basic 2010, Visual C # and Visual
C and so on. We are interested in this case the Visual Basic 2010 always
Express edition you click on it and now we can select the language.
Select ad'esempio Italian.
The downloader is downloaded and this little software, this small
executable allows us to automatically download and install our
Visual Basic 2010. We do we start and end the installation
Full Visual Basic 2010. In this case Visual Basic on this machine
2010 is already installed so it is instead of installing the components I
are asked to perform the rollback, the
uninstallation, or the ability to add components
Add.
Eventually, after the installation of all components, we would be in this
situation that is in the start bar of Windows will find Visual Basic 2010
Express and opening will appear under Microsoft Visual Basic 2010 Express.
Click on this item, we will open the screen in Visual Basic
2010.
This bootscreen Visual Basic 2010, is practically the page
Welcome from which we can make all the choices to create a new
project, open an existing project will see the latest news,
updated and so on. In fact, this allows us to scroll through the central part
the Visual Basic 2010, displaying some good guides to
as the introduction to Visual Basic 2010 or how to create a first
application, what's new in the 2010 version of Visual Basic, and so
on.
We also have the chance to get training in this area
which we are offered the possibility of different exercises or
participate in an online forum last card you can update the
Express version of a Standard version of Visual Basic 2010, through
this link so you can download the free trial version of 90
days. After the test you will need to purchase this product
complete. It 'also interesting to see this further details of the latest
by news that a file is being run and allows us to have
eye on the latest in a field of programming and Visual Basic
2010.
Finally, we note that the left pane it gives us all
projects have been recently opened. In this case, since our first use
IDE and that is the age of the user interface of Visual Basic 2010
Empty the list of recent projects. If we had instead of projects already
open time in this case we have a list of all our projects.
Instead we say these two are the main options on this tab that is
possibility of opening a new project, create a new project, or
ability to open an existing project. If we try to open a
new project, it appears the window "New Project". Through this
window can define the type of project we want to create. The
These five choices are central in this column that an application
Windows Form, a Windows Presentation Foundatoin application
with only a class library, Windows application in browser
Presentation Foundation, Let's distinguish each of these types
projects. A Windows Forms application allows us to create
Applications popup just like the one we are seeing now where
the user interface will be exactly represented by a series of windows
can be opened and closed within them will have moved a number of
controls such as buttons and pull-down menu in text boxes
so on. The Windows Presentation Foundation applications
Windows that use the class library details that increase
experience graphical interface application running environment
Windows Console Application other hand, are applications that do not show
no GUI but a mode of communication with user
textual and just like the command prompt off then they will have
basically this aspect of classical libraries suggest instead
DLL that is creating a number of centralized functions into a single file
that can be called from any application that points to the
DLL. So basically the big advantage of using his
functions in a DLL than drown in their own code
application is that the day when we will want to use them we would like to draw with
the same functions by a second application, or even from
an application written in ASP.NET or written in C #, instead of having to
extract from the Visual Basic 2010 we created
we will recall the originally pointing to the DLL that contains the
call each other by name more of them provides additional parameters.
Finally we have the Windows Presentation Foundation and browser applications that
Windows Presentation Foundation applications run in their
browser. This model also known as applications and application
browser. We for the time being interested in developing a Windows application
Form because we want to create an application window. Then select the
voice Windows Forms application and assign the name for our application,
called before Windows Forms application by pressing OK. Here
the development environment change and shows us the interface of our
applied as a series of smaller windows that allow
that allow you to visualize the structure of the project and explore
properties of our application, however, are all things that we will see
later in these videos.