An application contains the Structure statement shown here. Write a Dim statement that declares a MyFriend variable

Question:

An application contains the Structure statement shown here. Write a Dim statement that declares a MyFriend variable named school. Then write assignment statements that assign the value in the txtFirst control to the strFirst member and assign the value in the txtLast control to the strLast member. Finally, write assignment statements that assign the value in the strLast member to the lblLast control and assign the value in the strFirst member to the lblFirst control.

Structure MyFriend

        Public strLast As String

        Public strFirst As String

End Structure

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: