473,395 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Visual Studio IDE question

When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn

Nov 16 '05 #1
8 1628
Glenn,

Please look under the Window menu in Visual Studio.NET, there you will
find "New Horizontal Tab Group" and "New Vertical Tab Group". These are
what you are looking for and they do provide more functionality than just
cascading the windows.

HTH,

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:me*****************@twister.nyc.rr.com...
When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn

Nov 16 '05 #2
Andreas Håkansson wrote:
Glenn,

Please look under the Window menu in Visual Studio.NET, there you will
find "New Horizontal Tab Group" and "New Vertical Tab Group". These are
what you are looking for and they do provide more functionality than just
cascading the windows.

HTH,

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:me*****************@twister.nyc.rr.com...
When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn



Hi Andreas,

I already tried that before but the problem is it splits the window so I
can't cascade the window. What I'm used to is keeping each window sized
about 3/4 of the maximum area (this gives me plenty room for each
document) - so windows have overlapping area but they also have area I
can simply click and bring to the top most. This helps me visually
because I can easily detect windows I want to switch to.

Tabbing is nice but it can't replace cascading.
Nov 16 '05 #3
Glenn,

I guess this is a a question of habbit and perference. I personally
prefer
the tabbed view where you can use CTRL+TAB to switch back and forth
between two windows or multi-tab (including SHIFT+CTRL+TAB to go
backwards). For me this is the prefered method since I do not have to leave
the keyboard and grab the mouse to switch windows.

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:tQ********************@twister.nyc.rr.com...
Andreas Håkansson wrote:
Glenn,

Please look under the Window menu in Visual Studio.NET, there you will find "New Horizontal Tab Group" and "New Vertical Tab Group". These are
what you are looking for and they do provide more functionality than just cascading the windows.

HTH,

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:me*****************@twister.nyc.rr.com...
When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn



Hi Andreas,

I already tried that before but the problem is it splits the window so I
can't cascade the window. What I'm used to is keeping each window sized
about 3/4 of the maximum area (this gives me plenty room for each
document) - so windows have overlapping area but they also have area I
can simply click and bring to the top most. This helps me visually
because I can easily detect windows I want to switch to.

Tabbing is nice but it can't replace cascading.

Nov 16 '05 #4
Andreas Håkansson wrote:
Glenn,

I guess this is a a question of habbit and perference. I personally
prefer
the tabbed view where you can use CTRL+TAB to switch back and forth
between two windows or multi-tab (including SHIFT+CTRL+TAB to go
backwards). For me this is the prefered method since I do not have to leave
the keyboard and grab the mouse to switch windows.

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:tQ********************@twister.nyc.rr.com...
Andreas Håkansson wrote:
Glenn,

Please look under the Window menu in Visual Studio.NET, there you
will
find "New Horizontal Tab Group" and "New Vertical Tab Group". These are
what you are looking for and they do provide more functionality than
just
cascading the windows.

HTH,

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:me*****************@twister.nyc.rr.com.. .
When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn

Hi Andreas,

I already tried that before but the problem is it splits the window so I
can't cascade the window. What I'm used to is keeping each window sized
about 3/4 of the maximum area (this gives me plenty room for each
document) - so windows have overlapping area but they also have area I
can simply click and bring to the top most. This helps me visually
because I can easily detect windows I want to switch to.

Tabbing is nice but it can't replace cascading.



I also like tabbed view but I like that in combination of cascading.
UltraEdit editor, for example, allows me to do both.
Nov 16 '05 #5
Hi Glenn,

Select 'Options' from the 'Tools' menu and in the Environment\General
section, set the environment from 'Tabbed documents' to 'MDI environment'.
You will need to restart the IDE for the new setting to take effect after
which you will be able to tile/cascade your code windows as you did in VS6.

HTH,
Gary

"Glenn Lerner" <gl**@hotmail.com> wrote in message
news:me*****************@twister.nyc.rr.com...
When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn

Nov 16 '05 #6
Gary Milton wrote:
Hi Glenn,

Select 'Options' from the 'Tools' menu and in the Environment\General
section, set the environment from 'Tabbed documents' to 'MDI environment'.
You will need to restart the IDE for the new setting to take effect after
which you will be able to tile/cascade your code windows as you did in VS6.

HTH,
Gary

"Glenn Lerner" <gl**@hotmail.com> wrote in message
news:me*****************@twister.nyc.rr.com...
When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn



Thanks. That's what I needed.
Nov 16 '05 #7
You can switch VD.NET IDE to use the MDI environment instead of tabbed
documents. This will then be as VB6. Look in Tools -> Options (1st group,
1st page).

"Glenn Lerner" <gl**@hotmail.com> wrote in message
news:me*****************@twister.nyc.rr.com...
When I used Visual Studio 6 I was able to cascade source code windows.
This allowed me to view 2 separate source code files side by side and
copy and paste between windows.

How do I do this in Visual Studio.NET? It seems like I can only view one
source code at a time. There must be a way to do this - why would any
product drop something fundamental as that? Please advise.

Thanks
Glenn

Nov 16 '05 #8
U can change to MDI view....
Menu: Tools\options
then Environment\General
In settings change from Tabbed documents into MDI environment.

Regards,
Krzemo.

Uzytkownik "Glenn Lerner" <gl**@hotmail.com> napisal w wiadomosci
news:Km*****************@twister.nyc.rr.com...
Andreas Håkansson wrote:
Glenn,

I guess this is a a question of habbit and perference. I personally
prefer
the tabbed view where you can use CTRL+TAB to switch back and forth
between two windows or multi-tab (including SHIFT+CTRL+TAB to go
backwards). For me this is the prefered method since I do not have to leave the keyboard and grab the mouse to switch windows.

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:tQ********************@twister.nyc.rr.com...
Andreas Håkansson wrote:

Glenn,

Please look under the Window menu in Visual Studio.NET, there you


will
find "New Horizontal Tab Group" and "New Vertical Tab Group". These are
what you are looking for and they do provide more functionality than


just
cascading the windows.

HTH,

//Andreas

"Glenn Lerner" <gl**@hotmail.com> skrev i meddelandet
news:me*****************@twister.nyc.rr.com.. .
>When I used Visual Studio 6 I was able to cascade source code windows.
>This allowed me to view 2 separate source code files side by side and
>copy and paste between windows.
>
>How do I do this in Visual Studio.NET? It seems like I can only view one>source code at a time. There must be a way to do this - why would any
>product drop something fundamental as that? Please advise.
>
>Thanks
>Glenn
>

Hi Andreas,

I already tried that before but the problem is it splits the window so I
can't cascade the window. What I'm used to is keeping each window sized
about 3/4 of the maximum area (this gives me plenty room for each
document) - so windows have overlapping area but they also have area I
can simply click and bring to the top most. This helps me visually
because I can easily detect windows I want to switch to.

Tabbing is nice but it can't replace cascading.



I also like tabbed view but I like that in combination of cascading.
UltraEdit editor, for example, allows me to do both.

Nov 16 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
1
by: Novice | last post by:
Hi all, I'm afraid this is the second posting of this information as I didn't get a response on the previous post. I will try to shorten my message (i.e. be more concise) in the hopes that it will...
1
by: Craig Skrabacz | last post by:
I originally had VB.Net standard installed on my computer. I have subsequently installed Visual Studio .Net 2002 on my computer. I have not uninstalled VB.Net. When I look in my Add/Remove...
5
by: gj | last post by:
I'm working on a build environment for .NET application where the developers are using visual studio and VSS. In order to pull only the changed modules (and any required dependencies) I want to...
1
by: xman | last post by:
very hard is fix exactly group for this question.. but I am sure that some of people here have some experience with these compilers: Visual Studio NET Enterprise Architect 2002 and Visual Studio...
17
by: Andi Plotsky | last post by:
I am not a .NET developer. I want the Developer's Edition of Visual Studio for use with my Access2000 databases. Does anyone have a clue as to where to find it - my office manager says only .NET...
65
by: xuanbai98 | last post by:
I want to know the current support status of c99 on Microsoft Visual Studio. Anyone know whether Microsoft has any plan to support c99 on Visual Studio? Thanks, Xuan
4
by: Andy | last post by:
In visual studio, I have an asp.net project. When I debug, I have to manually attach to aspnet_wp.exe. My project used to automatically attach to this process. How do I get it to automatically...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.