Is there a shortcut for this???

G

Guest

Hey guys,

I'm a recent convert from Borland Delphi. I still love the language,
but I equally like C#. I'm currently developing in Visual Studio 2005 with C#
and one of the things I keep doing is hitting F12. For those of you who have
used the Delphi IDE, you know that that allows you to switch between the
windows application form, and your primary piece of underlying source code
(or class). Is there a key or keystroke that exists in VS2005 that will allow
me to switch between these two? I find it to be very useful.

Thanks!!!

Todd
 
B

Barry Kelly

Todd Jaspers said:
I'm a recent convert from Borland Delphi. I still love the language,
but I equally like C#. I'm currently developing in Visual Studio 2005 with C#
and one of the things I keep doing is hitting F12. For those of you who have
used the Delphi IDE, you know that that allows you to switch between the
windows application form, and your primary piece of underlying source code
(or class). Is there a key or keystroke that exists in VS2005 that will allow
me to switch between these two? I find it to be very useful.

The command is View.ToggleDesigner. You can bind it to F12 if you like.
I don't know what the default key for it is, since I use a Delphi
shortcut layout in VS 2005.

-- Barry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top