![]() |
General Information:
eric@saberware.com
Sales: sales@saberware.com Phone: (330) 966-0726 Mobile: (330) 353-0832 Postal address:1119 Glenwood St., SW North Canton, OH 44720 ICQ:11864376 |
|||
|
Download a Word Document of this article. Download (11k)
In this presentation I will cover some basic (of course, no pun intended) tips and tricks on how to effectively use the Visual Basic Integrated Development Environment. Disclaimer: I, in no way shape or form, profess that I know everything about the VB IDE. I am open for suggestions, comments, etc.
Topics to be reviewed
| Shortcut | Alternate | Description |
| Ctrl+X | Shift+Del | Cut |
| Ctrl+C | Ctrl+Insert | Copy |
| Ctrl+V | Shift+Insert | Paste |
| Ctrl+Z | Alt+BackSpace | Undo |
| Ctrl+F | Find | |
| F3 | Find Next | |
| Shift+F3 | Find Previous | |
| Ctrl+H | Replace | |
| Ctrl+S | Save current File | |
| Tab | Indent in edit window | |
| Shift+Tab | Outdent in edit window | |
| Ctrl+J | List properties/methods | |
| Ctrl+Shift+J | List Constants | |
| Ctrl+I | Quick Info | |
| Ctrl+Shift+I | Parameter Info | |
| Ctrl+Space | Complete Word | |
| Shift+[F7] | View Object (show current form view) | |
| Shift+[F2] | View definition (under cursor) | |
| [F4] | View properties window | |
| [F5] | Start | |
| Ctrl+[F5] | Start with full compile | |
| Shift+F5 | Restart | |
| Ctrl+{Arrows} | Moves between functions | |
| Ctrl+Y | Delete current line | |
| Ctrl+Delete | Delete current word | |
| Ctrl+Backspace | Delete to beginning of word | |
| Ctrl+Shift+F2 | Review recent views | |
| Shortcut | Alternate | Description |
| Ctrl+G | View Immediate window | |
| Ctrl+L | View call stack | |
| Ctrl+R | View project explorer | |
| Shift+[F4] | View property pages | |
| [F8] | Step Into | |
| Shift+[F8] | Step Over | |
| Ctrl+Shift+[F8] | Step Out | |
| Ctrl+[F8] | Run to cursor | |
| Ctrl+W | Edit watch | |
| Ctrl+[F9] | Set next statement | |
| Shift+[F9] | Add quick watch | |
| [F9] | Toggle breakpoint | |
| Ctrl+Shift+[F9] | Clear all breakpoints | |
| Ctrl+Break | Break | |
|
Copyright © 2001, Saberware Computer Consultants |