visual studio 2008 - is it possible to split up code across two screens
i have a dual monitor set up
i would like to see one part of Form1.cs on one screen, and the other on th开发者_高级运维e other screen.
is it possible to have such a set up?
No. VS 2010 offers that feature. Verra nice to have.
Visual Studio 2008 doesn't support this. You could do it with Visual Studio 2010.
In vs 2008 you can't do this. VS 2010 have this option. You can simply drag the window out and move it to the seocnd monitor
精彩评论