CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2008
    Posts
    5

    Newbie Question (VS IDE)

    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...

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    Re: Newbie Question (VS IDE)

    If you are in form view then press F7 to view the code.

  3. #3
    Join Date
    Feb 2008
    Posts
    5

    Re: Newbie Question (VS IDE)

    Thanks, thats all i wanted to know

  4. #4
    Join Date
    Feb 2008
    Posts
    5

    Re: Newbie Question (VS IDE)

    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?

  5. #5
    Join Date
    May 2003
    Location
    Germany
    Posts
    936

    Re: Newbie Question (VS IDE)

    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.
    Useful or not? Rate my posting. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured