Having issues with VS 2005 designer
I'm having some problems when I am viewing a form/control in the design
viewer in VS 2005.
1. Let's say I have a form with a button. I click on the button and then I
want to view its code so I try to click the view code button in the Solution
Explorer (the button in the top bar of the Solution Explorer panel). However, clicking the Solution Explorer causes VS to change the available icons and View Code is no longer available. After VS is done changing the buttons I end up clickong on the View Class Diagram button. Is the only way to view the code to right-click the control and
select View Code?
2. I'm working in the designer and I click the Solution Explorer window. The design tool bar disappears. Now, when I click back into my form, the default event handler of whatever control I clicked gets created, which is not what I wanted. It's as if VS believes I double clicked the control in the designer. I can reproduce this any time. Has anyone experienced this behavior?
3. I have the design toolbar on its own row. When its visible its my bottom most toolbar row.Is there anyway to keep the designer toolbar locked or always on while in Design View if I have set it to be on its own row? It's annoying that whenever I click in the Properties window to set a property of a control the designer toolbar disappears and VS rearranges the screen, causing the screen to move up/down whenever I click from the form in design view to the Properties window. It gets annoying when I always have to move again to find the property I want to edit because its location on the screen has changed.
Thanks

