What is the best way to copy or cut/past a form from one Project to another Project within a Solution in Visual Studio?
Whenever I try it, using the solution explore
Use ReSharper (get the demo), right-click the class in Code View, Refactor->Move, and move it to another project.
The added benefit is that if you change the namespace by moving it between projects, it'll auto-update all references.