You are on page 1of 1

Lab1 - Introducing the Visual Studio .

NET IDE

a. Introduction to the Start Page


Navigation buttons, Location bar, Hidden window, Start page, Buttons, Recent Projects

b. New Project Dialog


Projects Folder, Application Selection List, Project Name, Project Location, Description of
Selected Project

c. IDE Environment After New Project


Title Bar, Menu Bar, Menu Items, Tabs, Active Tab, Solution Explorer, Properties Window,

d. Simple Program: Displaying Text and Image


i. File > New > Project... > Visual C# Projects > Windows Application
ii. Name: FirstProject
iii. Write “A Simple Program” to the title bar
iv. Add a TextView control and write “Welcome to C#!”
v. Adjust font size from the properties window
vi. Add an image/picture box control and set its image property
vii. Run the program

Sample Output

You might also like