Tutorial 2 Welcome Application - PowerPoint PPT Presentation

1 / 18
About This Presentation
Title:

Tutorial 2 Welcome Application

Description:

Visual Basic .NET Windows Application (selected) Description of ... Visual Basic Projects folder (selected) 2.3 Creating a Project for the Welcome Application ... – PowerPoint PPT presentation

Number of Views:16
Avg rating:3.0/5.0
Slides: 19
Provided by: mikeo150
Category:

less

Transcript and Presenter's Notes

Title: Tutorial 2 Welcome Application


1
Tutorial 2 Tutorial 3
Overview of the Visual Studio .NET IDE Creating
a Project for the Welcome Application Menu Bar
and Toolbar Visual Studio .NET IDE Windows Auto
Hide Using Help
2
2.3 Creating a Project for the Welcome
Application
Figure 2.9 New Project dialog.
3
2.3 Creating a Project for the Welcome
Application
Figure 2.9 New Project dialog.
4
2.3 Creating a Project for the Welcome
Application
Figure 2.7 Solutions can contain one or more
projects.
  • Applications
  • Contain one solution
  • Solutions contain one or more projects

5
2.3 Creating a Project for the Welcome
Application
Figure 2.12 Design view of Visual Studio .NET.
6
2.3 Creating a Project for the Welcome
Application
Figure 2.12 Design view of Visual Studio .NET.
7
2.3 Creating a Project for the Welcome
Application
  • Visual Studio .NET
  • Tabs provide easy access to multiple files
  • Active tab displayed in bold
  • Menu bar contains menus that contain commands
  • Solution Explorer lists all files in solution
  • Form1 represents new Windows application GUI
  • Properties window lists properties of Form and
    controls.

8
2.4 Menu Bar and Toolbar
Describe each menu items purpose
9
2.4 Menu Bar and Toolbar
10
2.5 Visual Studio .NET IDE Windows
Figure 2.22 Toolbox displaying the contents of
the Windows Forms tab.
??????
11
2.5 Visual Studio .NET IDE Windows
Figure 2.22 Toolbox displaying the contents of
the Windows Forms tab.
12
2.5 Visual Studio .NET IDE Windows
  • Toolbox
  • Displayed by selecting View gt Toolbox
  • Contains five tabs, each grouping related
    controls
  • Data
  • Components
  • Windows Forms
  • Clipboard Ring
  • General
  • Selecting tab displays controls in that group
  • Black scroll arrows used to display additional
    controls
  • If scroll arrow is gray, it is disabled, no more
    controls to choose from

13
2.5 Visual Studio .NET IDE Windows
Figure 2.23 Properties window displaying a Forms
properties.
14
2.5 Visual Studio .NET IDE Windows
  • Properties window
  • Displayed by selecting View gt Properties Window
  • Allows quick setting of a controls properties
  • Displays brief description of property
  • Do not have to remember a properties settings
  • Each Form or control has its own properties
  • Component object box
  • Allows you to select control to change properties
  • Displays controls name and class

15
2.6 Auto Hide
Figure 2.25 Displaying a hidden window with Auto
Hide enabled.
16
2.7 Using Help
Figure 2.29 Dynamic Help window.
17
2.7 Using Help
18
Tutorial 3 Create Simple Program
  • In this exercise
  • Set the text in the Forms title bar to uccsdemo.
  • Change the Forms background color to blue.
  • Place a Label control on the Form.
  • Display text in a Label control.
  • Place a PictureBox control on the Form.
  • Display an image, uccsbanner.gif, in a PictureBox
    control.
  • Execute the application.
Write a Comment
User Comments (0)
About PowerShow.com