Click to See Complete Forum and Search --> : Newbie Question (VS IDE)


FaNIX
February 19th, 2008, 03:09 AM
I'm a Delphi programmer, moving towards C#. I started working in the Visual Studio 2005 GUI, and I have a question regarding it:

Is there a shortcut key that one can use to tab beteween the code view and form view? In Delphi, this is the F12 key...

Thanks...

MMH
February 19th, 2008, 03:13 AM
If you are in form view then press F7 to view the code.

FaNIX
February 19th, 2008, 03:24 AM
Thanks, thats all i wanted to know :)

FaNIX
February 19th, 2008, 04:21 AM
I have another stupid question:

In delphi you can install GExpert, which is a 3rd-partry(freeware) tool that allows your to assign shortcut keys to several functions inside the IDE. One of these functions included a Rename Component took. So you press Ctrl+R and a rename box popsup where you can rename the selected component on the form.

Maybe something like this for Visual Studio?

torrud
February 19th, 2008, 04:24 AM
Just klick on the component inside of the designer. Then you can change the name in the property window which you can open by pressing F4 if it is not open.