473,473 Members | 2,126 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 1630
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.