|
-
Feb 7th, 2004, 10:59 AM
#1
Thread Starter
Hyperactive Member
shift f2 in vb dot net
Dear VB users,
For the very first time we worked with vb dot net. Everything is working fine, only one thing we can’t find. When we worked with VB6 it was possible to find a function in the code with “shift F2”.
We can’t find such a short key in vb dot net (we tried all key combinations).
Can someone tell what we have to do?
Nice regards,
Michelle.
-
Feb 7th, 2004, 06:30 PM
#2
Addicted Member
I've never really used vb6, but what I tend to do is just go
Ctrl + F
Function FunctionName(
And then you can just go thru the code with all the functions of that name.
-
Feb 9th, 2004, 06:34 AM
#3
This all depends on your keyboard setup. You can choose to use the VB6 keys if you want. I use studio keys (which is F12 for what you want). Just open your help files it has a HUGE list on all the keys, thats whats its there for
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|