Programacion en visual Basic

Get Started. It's Free
or sign up with your email address
Programacion en visual Basic by Mind Map: Programacion en visual Basic

1. Tool box

2. Rename element: Show everything List view Choose items Sort elements alphabetically Reset toolbar Add tab Go up Go down

3. controls

4. ownership of objects

5. An object represents an element of an application, such as a spreadsheet, a cell, a graphic, a form, or a report. In Visual Basic code, you must identify an object to apply one of the object's methods or change the value of one of the properties

6. Defines a programming element with a declaration statement and specifies its data type with the As clause. The following table shows the instructions used to declare various elements.

7. type of data

8. If a program is not regulated, proceed through the instructions it contains from start to finish. Some very simple programs can be written only with this unidirectional flow.

9. Form:

10. the forms are treated as controls with their properties, events and methods.

11. textbox, label, commandbutton

12. control structure

13. It is a common practice to facilitate the reading of nested structures to apply indentation to the body of each of them. The integrated development editor (IDE) environment does it automatically.

14. applications and program

15. Applications is an almost complete subset of Visual Basic 5.0 and 6.0.

16. Flujo de control en Visual Basic