A | B |
.vb | Visual Basic code file extension |
Dock = Fill | Property to have a table fill the entire form |
ColumnSpan = 2 | Get component to add multiple controls to a table cell |
Toolbox - Containers - FlowLayoutPanel | Get component to add multiple controls to a table cell |
Double click it | Add an Event Handler to a control code |
Toolbox - Dialogs - OpenFileDialog | Get an Open File Dialog Box to add to a form |
End Sub | End a subroutine |
Public | Default access level for class members |
apostrophe | Enter a comment or remark line by placing a(n) ______ at the start of the line. |
What property sets the border to be placed around an object? | BorderStyle |
How would you set the property to size an object to a height of 200 and width of 400 pixels? | 400, 200 |
What window lists all designed properties? | Properties Window or Properties |
What window lists all the files included in the solution? | Solution Explorer |
What window contains tools that you use to draw controls on the form? | Toolbox |
A programming language's rules are its _____. | syntax |
The term GUI stands for _____. | Graphical User Interface. |
Adding remarks or comments to your VB code is accomplished by inserting a single ________________ at the start of lines. | quotation mark |
What symbol follows a method? | ( ) |
In Visual Basic, IDE stands for: | Integrated Development Environment |
After a successful debugging in VB, it is good practice to select File > ___________ (or click the icon that performs this same function). | Save All |