Visual Basic

12345678910111213
Across
  1. 1. The name of a program in Visual Basic
  2. 3. The window that contains ready made objects
  3. 4. An option you can select on a form
  4. 5. Another word for running a program to check for errors
  5. 7. A kind of variable that goes between " and "
  6. 10. The information that gives commands in Visual Basic
  7. 11. The word to declare a variable
  8. 12. Something you click with a mouse
Down
  1. 1. A window where you can change how an object looks
  2. 2. Where we store values
  3. 5. The window where we can see how our form looks
  4. 6. We need this to make something happen in Visual Basic
  5. 8. A kind of button that is either on or off
  6. 9. We can change the properties of several objects if they are inside one of these
  7. 13. Where you can write information on your form