you are not signed in | sign in or register
Visual Basic Tutorial
Learn the most Popular Programming Language of the world's most popular Operating System: Windows
Feed & Web Facts
10
Feed Item Count
27 Feb 12 06:31
Last Reading
2.0
RSS/XML Version
(en)
Feed Language
UTF-8
Feed Encoding
Page-Views
 
Weekly People
Week
vbasic.msaccesstips.com
Visual Basic Tutorial
Traffic Overview
Newest Posts in Feed
Compiled Application from Standard EXE Project
This final objective asks you create an executable file from a completed Visual Basic application.  Two options are available: Under the Compile tab of the Project Properties dialog box, you can select Compile to P-Code or Compile to Native Code (see Figure 2.10).  Compiling to native code is the default. Figure 2.10 The Compile tab [...]
Writing Visual Basic Instructions-2
Exercise 2.6  Changing the Font Size Property In this and the next two exercises, you change the properties of the form used in Exercise 2.5. Choose File, Open Project, if necessary, and select View, Project Explorer, or click the Project Explorer icon to open the Project window.  Click View Form. Click the form to give [...]
Writing Visual Basic Instructions
The final type of window discussed here is the Code window.  To open the Code window for a form, click the Project Explorer and click View Code, or choose View, Code.  This opens the window shown in Figure 2.7.  The object shown is the Form; the procedure is shown as Load().  The title bar reads [...]