If a shortcut key combination contains a comma, first press the part before the comma, then release the keys and then press the letter following the comma.
| Shortcut Key | Menu | Explanation | ||||
|---|---|---|---|---|---|---|
| CTRL-W, X | View → Toolbox | Creates the Toolbox screen with all | ||||
| visual objects. | ||||||
| CTRL-W, P | View → Properties | Window Screen with the | ||||
| properties of visual objects | ||||||
| show. Here you will also find the events | ||||||
| of the visual objects. | ||||||
| CTRL-W, E | View → Error List | Shows the screen with any | ||||
| errors found in your code | ||||||
| (refresh the screen by re-building your project | ||||||
| rebuild with the F6 button, | ||||||
| see below). | ||||||
| Double-clicking on an error navigates | ||||||
| to the place in your code where the | fout is gevonden. | |||||
| Tip: bekijk eerst de eerste fout, | ||||||
| andere fouten kunnen hier een gevolg | ||||||
| van zijn. | ||||||
| F6 | Build → Build Solution | Controleert je code op fouten en bouwt | ||||
| vervolgens een uitvoerbaar bestand. | ||||||
| F5 | Debug → Start Debugging | Build je project (zie F6 hierboven) als | ||||
| dat nog niet gebeurd is, en voert het | ||||||
| uitvoerbaar bestand vervolgens uit. | ||||||
| Dit doet hetzelfde als een klik op de knop | ||||||
| met het groene pijltje (playknop). | ||||||
| Shift-F5 | Stop de uitvoer van je programma. Handig | |||||
| als je programma vast loopt. |