Tuesday, December 11, 2007

How to assign to Properties

How to assign to Properties

To assign to Properties

Step 1:

The Properties are assigned in this format:

object.property=value

Step 2:

This is an example of assigning words to the Text1 and Text2:

Private Sub Command1_Click()

Text1.Text="This is my book"

Text2.Text=0+1

End Sub

No comments: