Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
in C# , I use ctrl+] key when i need to move from end to start of function or loop.
but i don't know what is the same key in vb.net.

for example)
public void testFunction()
{ <-- i press ctrl+] key.
.
.
.
}
Posted
Comments
Sergey Alexandrovich Kryukov 5-Mar-13 17:15pm    
How about just thinking a bit? In worst case, see the help page..?
—SA

The question makes no sense at all.

They keys cannot be different in C# and VB.NET, as they use the same FCL (http://en.wikipedia.org/wiki/Framework_Class_Library[^])!

Please see, for example:
http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx[^],
http://msdn.microsoft.com/en-us/library/system.windows.input.key.aspx[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900