Introduction to Visual Programming - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

Introduction to Visual Programming

Description:

Introduction to Visual Programming – PowerPoint PPT presentation

Number of Views:13
Avg rating:3.0/5.0
Slides: 6
Provided by: Yun5
Category:

less

Transcript and Presenter's Notes

Title: Introduction to Visual Programming


1
Tutorial 3
  • Introduction to Visual Programming

2
Opening an Existing Project
  • Open VB .Net ? Click the Open Project button
  • Open the Solution file with the sln file extention

Continue ?
3
  • If the Form does not show in the Design window,
    double-click on the Form file in the Solution
    Explorer.

4
RGB Color Scheme
  • Example 255, 237, 169
  • Each number represents the amount of color of
    Red, Green, and Blue respectively
  • The higher the number, the more the color. e.g.
    0, 0, 255 is blue.
  • The value of color range between 0 and 255 (00 ?
    FF in Hexadecimal)

Continue ?
5
What Happens After Debug
  • After a successful Debug run, VB .Net creates an
    executable (exe) file in the Bin folder of the
    Project.
Write a Comment
User Comments (0)
About PowerShow.com