473,657 Members | 2,478 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Window Layout in VS2003 IDE

Apart from the loss of the ClassWizard for MFC work, the thing I have
disliked most about the VS2003 IDE is that I have never been able to
arrange the windows in a way that I like. I have just obtained a new
1680x1050 widescreen monitor, and I would like to revisit this issue.

In VC6 I have the windows arranged in two rows. In the top row, the
"Workspace window" is on the left and the main Edit window is on the
right; the tabs for the different workspace views (File View, Class
view, Resource view) all appear at the bottom of the workspace window.
On the bottom row I have the "Output window", and the tabs for all the
different Output views (Build, Debug, Find in Files ..) appear along the
bottom. I think this is the default arrangement in VC6, but if it isn't
it is very easy to set up.

I would like to reproduce this arrangement as much as possible in
VS2003. In the past in VS2003 I have had all the "Workspace views" and
"Output views" on Auto-hide, which I disliked for a variety of reasons.
After much effort using the "Window" menu I have been able to get the
Output views pretty much the way they are in VC6: all the "Output views"
(Task list, Output, Find Results, Breakpoints..) are "pinned", all their
tabs are along the bottom of the screen, and they all appear in the same
window area at the bottom. But with the "Workspace views" I do not seem
able to do this. I have pinned Solution Explorer and have it displayed
on the left of the upper row, but I cannot get the other views (Class
View, Resource view, Properties...) to be pinned and occupy the same
space -- rather (when pinned) they all appear side-by side, eating into
my Edit window space. So for now I have the other "Workspace views" on
Auto-hide, but I do not like it.

Is it possible to have the "Workspace views" all pinned, in such a way
that they occupy the same area on the left, and can be displayed by
clicking the appropriate tab? It seems to me I must be missing
something, because I was able to do this with the "Output views" at the
bottom (not without difficulty, but I am very GUI-challenged...).

David Wilkinson
Feb 8 '07 #1
3 1352
"David Wilkinson" <no******@effis ols.comwrote...
Is it possible to have the "Workspace views" all pinned, in such a way
that they occupy the same area on the left, and can be displayed by
clicking the appropriate tab? It seems to me I must be missing something,
because I was able to do this with the "Output views" at the bottom (not
without difficulty, but I am very GUI-challenged...).
You should be able to set this up, I can certainly get this on mine (though
I actually prefer the newer default, windows auto-hiding on the right).

Since you say you've got one in the right place, just drag the title bars of
the others and drop the cursor on the title bar of the correctly docked one.
You should see VS produce a grey outline of what will happen, and then just
release the mouse. You can drag the tabs around if they're in the wrong
order.

--
Andy
Feb 8 '07 #2
>Is it possible to have the "Workspace views" all pinned, in such a way
>that they occupy the same area on the left, and can be displayed by
clicking the appropriate tab? It seems to me I must be missing
something, because I was able to do this with the "Output views" at the
bottom (not without difficulty, but I am very GUI-challenged...).
David,

You're not the only one who was challenged in working out how to
arrange the windows properly, it was very much a hit and miss affair.
;)

It obviously caused an awful lot of people problems because the VS2005
IDE makes it much easier to position these windows as you want them.
As you drag windows around it displays big helper buttons and overlays
that illustrate what will happen - it's hard to describe, but it is
much better than VS2002/3.

Dave Lowndes
Feb 9 '07 #3
Andrew McDonald wrote:
You should be able to set this up, I can certainly get this on mine (though
I actually prefer the newer default, windows auto-hiding on the right).

Since you say you've got one in the right place, just drag the title bars of
the others and drop the cursor on the title bar of the correctly docked one.
You should see VS produce a grey outline of what will happen, and then just
release the mouse. You can drag the tabs around if they're in the wrong
order.
Thanks Andrew, I have it now! I was trying to drop in the wrong place.

David Wilkinson
Feb 9 '07 #4

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

Similar topics

3
13494
by: Peter | last post by:
For some unknown reason my Form Layout Window has stopped showing a form on it. I can open & close the window, set docking on/off but no form. The right click start-up options are also greyed out. Any idea how I can fix this? Thanks --
3
5976
by: Victor Louie | last post by:
Hi, I'm a newbie...I'm having trouble changing the size of an image when I use different window sizes when loading the and resizing the browser window. If anyone could help it would be appreciated. Thanks Victor
3
1413
by: Andy Lim | last post by:
I'm currently working on my second web application using VS 2003/VB.NET, after moved from Dreamweaver MX. one thing that i missed so much in VS2003 is DWMX's great visual, WYSIWYG layout design, and HTML template feature. well, as you know, developing web application is not just about inserting/updating/deleting and displaying data in plain-page design. so, here are my questions: - how to workaround this limitation in VS2003 - how to...
3
2357
by: Dave | last post by:
I am designing a web page using VS2003 ASP.NET. The page contains various DIVs (panels), one of which is in grid layout. The controls in this DIV render correctly in IE, but when using Firefox they are incorrectly positioned. VS sets the positioning of the controls to absolute, and because the DIV is to the right of another DIV Firefox (correctly, I suspect) positions the controls absolutely, which means they are too far to the left, while...
14
4841
by: Anoop | last post by:
Hi, I am new to this newsgroup and need help in the following questions. 1. I am workin' on a GUI application. Does C# provides Layout Managers the way Java does to design GUI? I know that it can be done using the designer but I intentionally don't want to use that. The one reason is that you cannot change the code generated by the designer. The other could be that you have more free hand and control to design your GUI. 2....
4
5829
by: Edward Mitchell | last post by:
How can I find the "My Profile" tab on the Start page. I have the "Recent Projects", "Getting Started" and "Visual Studio Headlines" in panes on the left hand side and "MSDN: Visual C++" on the right. The picture in "Introduction to Visual Studio .NET" shows a different Start Page tab with a link "My Profile" highlighted on the left hand side. What I really want to do is restore the default window layout of Visual Studio .NET 2005. ...
3
1046
by: Daniel | last post by:
Hey guys, I last made a site using Asp.net in vis studio 2003. Now in 2005 and .net 2 i want to make anothe rbut i cant get the layour working. Before i used to make eveyrhting position absolute and just drag and drop where i wanted things to go and this worked great cross browser, looked same on all machines i was happy. In Vis studio 2005 i can't do this? Even when i make the div position
6
2835
by: Frank Rizzo | last post by:
I am using the Immediate Window a lot to see the progress of the application. In VS2003, if your cursor was at the very bottom, the window would scroll down whenever something new showed up. If your cursor was somewhere in the middle of the text output, then there would be no scrolling. In VS2005, the Immediate Window scrolls regardless of where the cursor is which is very annoying. Sometimes you want to go back up in the window to...
4
1849
by: Phil Stanton | last post by:
Having spent ages sorting out the layout of my relationship window with about 60 tables and getting it all tidy and with enough of the tables visible to show the PK an FK relaionshipsOn a subseqent occassion, on opening the relationship window, I found all the tables had shrunk so that in most cases, only the table names were visible and the fields could only be seen by "expanding" the table again. I know you can print out the relationship...
0
8324
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8740
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8617
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7352
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2742
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 we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.