How do I work with Visual Studio .NET 2003?
- Start
Visual Studio .NET 2003
- Tell
VS.Net to save your files on the P drive
- Click
on Tools -> Options menu item.
You will see this screen.

- Click
on Environment -> Projects and Solutions

- Change
the Visual Studio projects location to be your desired folder
- Click
on OK button to close the form.
- Create
a new project
- Click
on Projects tab
- Click
on New Project button
- Enter
“HelloWorld” as the name of the new project.
- Make
sure that the Windows Application template is selected.
- Click
the OK button
- Compile
and execute the application
- Click
on Debug -> Start menu item.