473,486 Members | 1,910 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Visual Studio Grief

ME
I am going insane. Every time I switch between a .cs, designer, or some
other type of file in Visual Studio my Toolbars move. I really want my
toolbars to STAY put were I put them! I end up having to hunt for "build"
and "run" every time I load a new type of file. What makes it even more
irritating is that often times a new toolbar displays causing the "toolbar
stack" to display a new row for it. This moves my editing screen down one
toolbar row, but just for that file type! So when I habitually click
quickly on the X to close all my design and code windows (I usually close
all my windows when I move on to a new set of issues in my code. It helps
me keep organized.) I end up clicking some "button" that I was not
expecting.

Is there ANY way to LOCK the toolbars? I would really like them displayed
EXACTLY where I place them for EVERY file type. I don't want the "toolbar
stack" to add a new row unless I MANUALLY palce one there. If a new toolbar
needs to display I could handle placing it manually (maybe make it float
until I do something with it) but the way it is now I scream at Microsoft
about once every hour.

Am I the only voice that hates the Chaotic Toolbars? Is there some Visual
Studio trick I don't know about? Is this feature to much to ask for?

- Matt

Visual Studio 2005, 2003
Feb 6 '06 #1
3 1871
Yeah, that's annoying.
Things is you cannot simply remove them all because there is 1 or 2 usefull
button....
Anyway, to close my tab I use CTRL+F4, that avoid a problem you mention.
--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
"ME" <tr*********@comcast.netREMOVETHIS> wrote in message
news:H-********************@comcast.com...
I am going insane. Every time I switch between a .cs, designer, or some
other type of file in Visual Studio my Toolbars move. I really want my
toolbars to STAY put were I put them! I end up having to hunt for "build"
and "run" every time I load a new type of file. What makes it even more
irritating is that often times a new toolbar displays causing the "toolbar
stack" to display a new row for it. This moves my editing screen down one
toolbar row, but just for that file type! So when I habitually click
quickly on the X to close all my design and code windows (I usually close
all my windows when I move on to a new set of issues in my code. It helps
me keep organized.) I end up clicking some "button" that I was not
expecting.

Is there ANY way to LOCK the toolbars? I would really like them displayed
EXACTLY where I place them for EVERY file type. I don't want the "toolbar
stack" to add a new row unless I MANUALLY palce one there. If a new
toolbar needs to display I could handle placing it manually (maybe make it
float until I do something with it) but the way it is now I scream at
Microsoft about once every hour.

Am I the only voice that hates the Chaotic Toolbars? Is there some Visual
Studio trick I don't know about? Is this feature to much to ask for?

- Matt

Visual Studio 2005, 2003

Feb 6 '06 #2
ME wrote:
I am going insane. Every time I switch between a .cs, designer, or
some other type of file in Visual Studio my Toolbars move. I really
want my toolbars to STAY put were I put them! I end up having to
hunt for "build" and "run" every time I load a new type of file.
What makes it even more irritating is that often times a new toolbar
displays causing the "toolbar stack" to display a new row for it.
This moves my editing screen down one toolbar row, but just for that
file type! So when I habitually click quickly on the X to close all
my design and code windows (I usually close all my windows when I
move on to a new set of issues in my code. It helps me keep
organized.) I end up clicking some "button" that I was not expecting.

Is there ANY way to LOCK the toolbars? I would really like them
displayed EXACTLY where I place them for EVERY file type. I don't
want the "toolbar stack" to add a new row unless I MANUALLY palce one
there. If a new toolbar needs to display I could handle placing it
manually (maybe make it float until I do something with it) but the
way it is now I scream at Microsoft about once every hour.

Am I the only voice that hates the Chaotic Toolbars? Is there some
Visual Studio trick I don't know about? Is this feature to much to
ask for?


You're not alone, yet this isn't new.
The thing to do is to open 1 (not 2) instances of the IDE and load a
project, then for each file type (.cs, form editor, .config file etc.)
you open 1 and you DISABLE the toolbars you don't want. For example by
rightclicking the toolbars and deselecting the ones you don't want.

When done, close vs.net.

Now you don't have the toolbar misery when you open a form, the layout
for example isn't showing if you didn't enable it.

Ok, you can also create new toolbars, and drag the buttons you want
onto that toolbar (tools -> customize) and that way you can be sure you
don't end up wit a lot of toolbars. Also, you can remove buttons with
the tiny arrow at the right end of the toolbars so for example you can
get rid of the myriad of buttons on the help toolbar, so it's more tiny
and fits right next to the main toolbar + build toolbar.

FB

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Feb 6 '06 #3
ME
I appreciate the input. I guess I need to change my habits now to use the
keyboard for closing windows. ARGH! It is so difficult to break! In any
event I am SICK of this toolbar thing. I can not believe that MS hasn't
added a simple check box "Lock Toolbar". Guess they want us all pulling our
hair out.

Thanks,

Matt
"Lloyd Dupont" <net.galador@ld> wrote in message
news:uF*************@tk2msftngp13.phx.gbl...
Yeah, that's annoying.
Things is you cannot simply remove them all because there is 1 or 2
usefull button....
Anyway, to close my tab I use CTRL+F4, that avoid a problem you mention.
--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
"ME" <tr*********@comcast.netREMOVETHIS> wrote in message
news:H-********************@comcast.com...
I am going insane. Every time I switch between a .cs, designer, or some
other type of file in Visual Studio my Toolbars move. I really want my
toolbars to STAY put were I put them! I end up having to hunt for "build"
and "run" every time I load a new type of file. What makes it even more
irritating is that often times a new toolbar displays causing the "toolbar
stack" to display a new row for it. This moves my editing screen down one
toolbar row, but just for that file type! So when I habitually click
quickly on the X to close all my design and code windows (I usually close
all my windows when I move on to a new set of issues in my code. It helps
me keep organized.) I end up clicking some "button" that I was not
expecting.

Is there ANY way to LOCK the toolbars? I would really like them
displayed EXACTLY where I place them for EVERY file type. I don't want
the "toolbar stack" to add a new row unless I MANUALLY palce one there.
If a new toolbar needs to display I could handle placing it manually
(maybe make it float until I do something with it) but the way it is now
I scream at Microsoft about once every hour.

Am I the only voice that hates the Chaotic Toolbars? Is there some
Visual Studio trick I don't know about? Is this feature to much to ask
for?

- Matt

Visual Studio 2005, 2003


Feb 6 '06 #4

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

Similar topics

1
7252
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...
0
6069
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
4
1853
by: Poppy | last post by:
(VS.net 2002) I moved an aspx file and code behind from one folder to another in Visual Studio and when I compile/run the application the compiler keeps saying that it cannot find the code...
3
257
by: ME | last post by:
I am going insane. Every time I switch between a .cs, designer, or some other type of file in Visual Studio my Toolbars move. I really want my toolbars to STAY put were I put them! I end up...
1
3564
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
6645
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
2
3377
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
7287
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
10483
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
7094
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,...
0
6964
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
7173
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
7305
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...
1
4863
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
4559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3066
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1378
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
259
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...

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.