Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keyboard Shortcuts

VB6 IDE

Keyboard Shortcuts

by  HarleyQuinn  Posted    (Edited  )
Here is a list of shortcut key combinations that can be using while developing applications in VB6

IDE Navigation
[tt]
F2 Object Browser
F4 Property Window
Shift+F4 Property Pages
F6 Change Window (Split Window Mode)
F7 Code Window
Shift+F7 Object (Design) Window
Ctrl+D Add File
Ctrl+E Menu Editor
Ctrl+G Immediate Window
Ctrl+L Call Stack (When in RUN mode)
Ctrl+R Solutions Explorer
Ctrl+T Component Window
Ctrl+PgUp Go to Previous Sub/Function/Property (Declaration Line)
Ctrl+PgDn Go to Next Sub/Function/Property (Declaration Line)
Ctrl+Up Go to Previous Sub/Function/Property (First Line after Declaration)
Ctrl+Dn Go to Next Sub/Function/Property (First Line after Declaration)[/tt]

Code Navigation
[tt]
Shift+F2 Definition
Ctrl+Shift+F2 Last Cursor Position
F3 Find Next (Last searched item)
Shift+F3 Find Previous (Last searched item)
Ctrl+F3 Find Next (Current Selection)
Ctrl+Shift+F3 Find Previous (Current Selection)
Shift+F10 Context Menu (occasional erratic behaviour, use ContextMenuKey instead)[/tt]

Form Designer
[tt]
Shift+Arrow Resize Control
Ctrl+Arrow Move Control (Direction)[/tt]

Code Edit Shortcuts
[tt]
Ctrl+Space Complete Word
Ctrl+J List Properties/Methods
Ctrl+Shift+J List Constants
Ctrl+I Quick Info
Ctrl+Shift+I Parameter Info[/tt]

Run
[tt]
F5 Start/Continue
Ctrl+F5 Start with Full Compile
Ctrl+Break Break
Shift+F5 Restart[/tt]

Debug
[tt]
F8 Step Into
Shift+F8 Step Over
Ctrl+Shift+F8 Step Out
Ctrl+F8 Run To Cursor
Ctrl+W Edit Watch
Shift+F9 Quick Watch
F9 Add/Remove Breakpoint
Ctrl+Shift+F9 Clear All Breakpoints
Ctrl+F9 Set Next Statement
Ctrl+RightArrow Show End Variable Value (tooltip displying variable value is truncated,
use left arrow to view start again)[/tt]

Hope this helps
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top