Work with a file without adding it to current project  
Author Message
Jelgab





PostPosted: Visual Basic General, Work with a file without adding it to current project Top

Work with a file without adding it to current project

I used to work with temporary files, under VStudio 2003, without having to add them to my project, by using Ctrl + N. Now, when I do that in VStudio 2005, the file is added to my project. How can I achieve the same behavior as in 2003

Thanks in advance for the help,

Jelgab

PS: I can later delete the file but, that causes confusion because it registers a change under source control and checks out the project.




Visual Basic13  
 
 
DMan1





PostPosted: Visual Basic General, Work with a file without adding it to current project Top

Use File-Open-File

this will open the file in the workspace without adding it to the project



 
 
Jelgab





PostPosted: Visual Basic General, Work with a file without adding it to current project Top

Thank you. In this case, I need this feature, to work with new files. For example: I copy XML contents from another source, to the clipboard, and want to paste it in a new file, and work with it from within my workspace. I also do that with HTML, Text, XSL, etc. For now, I will follow you suggestion, by using empty files that I can open and paste information on them but, I hope there is another way.

Thanks for your help,

Jelgab