jagomart
digital resources
picture1_Visual Basic Programming Examples Pdf 191889 | Lecture Part 1


 214x       Filetype PDF       File size 1.45 MB       Source: engineering.mu.edu.iq


File: Visual Basic Programming Examples Pdf 191889 | Lecture Part 1
visual basic 2012 1 introduction microsoft launched visual basic 2012 in the year 2012 it is a fully object oriented programming language implemented on the net framework similar to the ...

icon picture PDF Filetype PDF | Posted on 05 Feb 2023 | 2 years ago
Partial capture of text on file.
                                         Visual Basic 2012 
                   1.      Introduction 
                   Microsoft launched Visual Basic 2012  in the year  2012.   It is a fully 
                   object-oriented  programming  language  implemented  on  the  .NET 
                   Framework.  Similar  to  the  earlier  version  of  VB.NET  programming 
                   languages,    VB2012  is  integrated  with  other  Microsoft  Programming 
                   languages in an IDE called Visual Studio Express 2012. 
                   Although Microsoft had launched a few newer versions of Visual Studio 
                   until the latest Visual Studio 2017,  you can still download the older version 
                   Visual Studio 2012 Express Edition from the following link: 
                   https://www.visualstudio.com/vs/older-downloads/ 
                    
                    
                   From the download link as shown in Figure 1.1, select the free Visual 
                   Studio Express 2012 for Windows Desktop. 
                                                                                                                  
                            Figure 1.1  Visual Studio Express 2012 Download Link 
                    
       When you launch Visual Studio Express 2012, the start page will appear, 
       as shown in Figure 1.2 below. 
                                         
        
             Figure 1.2: Visual Studio 2012 Start Page 
        
        
        
        
        
        
        
        
        
        
       To start a new Visual Studio Express 2012 project, simply click on New 
       Project to launch the Visual Studio New Project page,  as shown in Figure 
       1.3 
                                         
             Figure 1.3: Visual Studio 2012 Project Page 
        
       The  New Project Page comprises three templates, Visual Basic, Visual C# 
       and Visual C++. Since we are going to learn Visual Basic 2012, we shall 
       select Visual Basic. Visual Basic 2012 offers you four types of projects 
       that  you  can  create.  As  we  are  going  to  learn  to  create  Windows 
       Applications, we will select Windows Forms Application. 
       At the bottom of this dialog box, you can change the default project name 
       WindowsApplication1  to  some  other  name  you  like,  for  example, 
       MyFirstProgram.  After  you  have  renamed  the  project,  click  OK  to 
       continue. The following IDE Windows will appear, it is similar to Visual 
       Basic 2010. The Toolbox is not shown until you click on the Toolbox tab. 
       When you click on the Toolbox tab, the common controls Toolbox will 
       appear. 
                                         
               Figure 1.4 Visual Basic 2012 IDE 
        
       Visual Basic Express 2012 IDE  comprises a few windows, the Form 
       window, the Solution Explorer window and the Properties window. It also 
       consists of a toolbox which contains many useful controls that allow a 
       programmer to develop his or her VB programs. The toolbox is shown in 
       Figure 1.5. 
        
        
        
        
        
        
The words contained in this file might help you see if this file matches what you are looking for:

...Visual basic introduction microsoft launched in the year it is a fully object oriented programming language implemented on net framework similar to earlier version of vb languages integrated with other an ide called studio express although had few newer versions until latest you can still download older edition from following link https www visualstudio com vs downloads as shown figure select free for windows desktop when launch start page will appear below new project simply click comprises three templates c and since we are going learn shall offers four types projects that create applications forms application at bottom this dialog box change default name windowsapplication some like example myfirstprogram after have renamed ok continue toolbox not tab common controls form window solution explorer properties also consists which contains many useful allow programmer develop his or her programs...

no reviews yet
Please Login to review.