>I am teaching Visual C++ 2005 in a classroom where the students don't have
>administrator rights, and where they only can save their projects on a
[quoted text clipped - 7 lines]
>
> Or is there a better way?
There are basically 2 things you can do:
- set the output folder of your project to a local folder, for example a
subfolder in the temp folder.
- change the zone permissions in the .NET configuration tool.
for (2) you need admin privileges, and you have to do it for each computer
of implement a class-room wide policy.
(1) should be fairly easy to do, using the correct environment variables.

Signature
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"