How to launch a visual studio

How to launch a visual studio :::



Starts- programs- Microsoft visual studio 8.0 –
How to create a new project::
Launch visual studio—select file new project—
It will display a new project window with language- option and a collection of templates
                                                                                                               Like—console application
                                                                                                                         Window application
                                                                                                                                    Class libraries
Select the required template for console application template, for standalone window form application templates, for libraries

How to save project::
Select file- save project—and specified the location where you want the save project
 How to open an existing project::
Select file –open project—and specified the location where the project will located.
How to compile project::
Select build –build project (or) rebuild project
How to run a project in I.D.E::
To run a project select debug – start debugging option (or) (short cut key)(f5).
Click on start debug icon there stranded tool bar

Solution explorer:: it is hirarcler representation of available modules ,assembles form’s and other objects
Properties:: it contain the attributes of the selected object . Here we can modify the attributes values.
Server explorer:: it is hirarcler representation different types of data bases along with their objects











Comments