click below
click below
Normal Size Small Size show me how
CA obj3-2 correction
| Question | Answer |
|---|---|
| Which statement will display the message "Hello There" on two separate lines | Me.lblMessage.Text="Hello" & vbCrLf & "There" |
| Given the following property Value, which RadioButton has been selected | radChocolate |
| What is thee correct code to create a two line return from the following code | lblCost.Text="The cost of the product is:" & vbCrLf & (deccost + dectax) |
| Which area of the IDE is used to change the text displayed in an object on a form | The Properties window |
| Greg wants to change the size of the text in a label. Which label property should he change | Font |
| Which property value must be utilized to show a radio button as selected | radProgram.checked=TRUE |
| Give the following property value, which RadioButton has been selected | radStrawberry |