In order to modify text in a form, you need to be in edit mode
Indicate whether the statement is true or false
TRUE
You might also like to view...
Which of the following shows the correct way to remove leading and trailing spaces from a text box named txtStudentID and assign the result to strStudentID?
a. ```Dim strStudentID as String strStudentID = txtStudentID ``` b. ```Dim strStudentID as String strStudentID = txtStudentID.Text ``` c. ```Dim strStudentID as String strStudentID = RemoveSpaces(txtStudentID.Text) ``` d. ```Dim strStudentID as String strStudentID = txtStudentID.Text.Trim() ```
A document in the OpenOffice Writer application opens in the main ________
A) status bar B) sidebar C) work area D) toolbar
Animations can be distracting to the audience, so they should be used carefully
Indicate whether the statement is true or false
A bit refers to the computer languages made up of zeroes, ones, and twos
Indicate whether the statement is true or false