Re: Newbie Question (VS IDE)
If you are in form view then press F7 to view the code.
Re: Newbie Question (VS IDE)
Thanks, thats all i wanted to know :)
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?
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.