Visual basic

1234567891011121314151617181920
Across
  1. 2. Every window you see in a running visual basic application is a form, thus the terms form and window describe the same entity.
  2. 4. Control The command button control is used to begin, interrupt, or end a process.
  3. 8. tart to debug a Visual Studio project, attach to a process, break into code, step through code, run to the cursor, run to a function on the call stack, set the next statement, step through Just My Code, stop debugging, restart debugging, or detach from a debugged process.
  4. 10. Net is an object-oriented programming language.
  5. 11. Explorer window Solution Explorer is a tool window in the Visual Studio integrated development environment (IDE) that displays the contents of a solution, which includes the solution's projects and each project's items.
  6. 14. also known as integrated design environment and integrated debugging environment, is a type of computer so A procedure that is automatically invoked when an object is first instantiated. ftware that assists computer programmers to develop software.
  7. 15. The Label control represents a standard Windows label.
  8. 18. procedure The code that performs actions in response to events is written in event procedures.
  9. 19. While a program is running, the user can do many things, such as move the mouse, click the mouse button, enter text, or move to a different window.
  10. 20. Concludes input and output (I/O) to a file opened using the File Open function.
Down
  1. 1. Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
  2. 3. An object is a structure that contains data and methods that manipulate the data.
  3. 5. Object Oriented Programming
  4. 6. Form Designer window Windows Forms application is built on classes from the System.
  5. 7. Keyword Tool is free online keyword research instrument that uses Google Autocomplete to generate hundreds of relevant long-tail keywords for any topic.
  6. 9. Instantiation refers to the allocation of memory to create an instance of a class.
  7. 12. The order you need to follow to do something.
  8. 13. A property procedure is a series of Visual Basic statements that manipulate a custom property on a module, class, or structure.
  9. 16. control The Label control represents a standard Windows label.
  10. 17. control Timer control is an actual control that is sited on a form at design time; however it is not visible at run time.