Tutorial 3 Introduction to Visual Programming Opening an Existing Project Open VB .Net Click the Open Project button Open the Solution file with the sln file extention Continue If the Form does not show in the Design window, double-click on the Form file in the Solution Explorer. 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 What Happens After Debug After a successful Debug run, VB .Net creates an executable (exe) file in the Bin folder of the Project.