Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose...

14
Using Microsoft Visual Using Microsoft Visual Studio .NET Studio .NET Click on Click on -> Start -> Start Choose -> Choose -> All All Programs Programs Choose -> Choose -> Microsoft Microsoft Visual Visual Studio .N Studio .N ET 2003 ET 2003 Click on Click on -> -> Microsoft Microsoft Visual Visual Studio .N Studio .N ET 2003 ET 2003

Transcript of Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose...

Page 1: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Using Microsoft Visual Using Microsoft Visual Studio .NETStudio .NET

Click on -> Click on -> StartStart

Choose -> Choose -> All All ProgramsPrograms

Choose -> Choose -> Microsoft Microsoft Visual Visual Studio .NET Studio .NET 20032003

Click on -> Click on -> Microsoft Microsoft Visual Visual Studio .NET Studio .NET 20032003

Page 2: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Using Microsoft Visual Using Microsoft Visual Studio .NET Studio .NET (continue)(continue)

• Click on-Click on-> File > File

• Choose-Choose-> New> New

• Select-> Select-> ProjectProject

Page 3: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Using Microsoft Visual Using Microsoft Visual Studio .NET Studio .NET (continue)(continue)

Select -> Select -> Visual Visual Basic Basic ProjectsProjects

Select -> Select -> Window Window ApplicationApplication

Give a Give a Project Project NameName

Specify the Specify the appropriate appropriate locationlocation

Page 4: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Using Microsoft Visual Using Microsoft Visual Studio .NET Studio .NET (continue)(continue)

The Microsoft VS Development The Microsoft VS Development Environment is also called integrated Environment is also called integrated development environment (IDE):development environment (IDE):• A form designerA form designer• A code editor A code editor • A compilerA compiler• A debugger A debugger • An object browserAn object browser• A Help facilityA Help facility

Page 5: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Using Microsoft Visual Using Microsoft Visual Studio .NET Studio .NET (continue)(continue)

Each window can be moved, resized, Each window can be moved, resized, opened, closed, or customizedopened, closed, or customized

Menu barMenu bar ToolbarToolbar

Menu bar

Toolbar

Page 6: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

VB.NET – Document VB.NET – Document WindowWindow

Form window

Properties window

Solution Explorerwindow

Menu barTabs

Toolbox

Tool bar

Page 7: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

VB.NET – Document VB.NET – Document Window Window (continue)(continue)

Form window

Properties window

Solution Explorerwindow

Menu barTabs

Toolbox

Tool bar

Page 8: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

ToolboxToolbox

Click Click Toolbox Toolbox from the from the ToolbarsToolbars

Toolbox Toolbox contains contains a list of a list of tools that tools that helps to helps to design design projectsprojects

Page 9: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Solution ExplorerSolution Explorer

View CodeView Code

View View Design/Design/FormForm

PropertiesProperties

welcome.slnwelcome.sln

Page 10: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

PropertiesProperties

Page 11: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Help MenuHelp Menu

When you When you have have questions, questions, click on click on Help from Help from Menu BarMenu Bar

Click on Click on Contents, Contents, to get into to get into librarieslibraries

Page 12: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Help MenuHelp Menu (continued)(continued)

Select Select Visual Visual Basic at Basic at Filtered Filtered by:by:

Visual Visual Basic Basic Help Help pages pages appearsappears

Page 13: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

Help Menu Help Menu (continued)(continued)

• Select an Select an appropriate appropriate subjectsubject

Page 14: Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.

VB.NET Application FilesVB.NET Application Files Each Visual Basic application create the following Each Visual Basic application create the following

files with extensions:files with extensions:• .sln.sln - a solution file that holds information about - a solution file that holds information about

the project. This is the only file that is openedthe project. This is the only file that is opened• .suo.suo - a solution user options file that stores - a solution user options file that stores

information about the selected optionsinformation about the selected options• .vb.vb - a .vb file that holds the definition of a form - a .vb file that holds the definition of a form• .resx.resx - a resource file for the form - a resource file for the form• .vbproj.vbproj - a project file that describes the project - a project file that describes the project

and lists the files are includedand lists the files are included• .vbproj.user.vbproj.user - a project user option file that - a project user option file that

holds project option settingsholds project option settings