Tuesday, December 11, 2007

How to work with Default Properties

How to work with Default Properties

To work with Default Properties

Step 1:

The Default Properties are assigned in this format:

object.property=value

Step 2:

This is an example of assigning words to the Text1:

Private Sub Command1_Click()

Text1="This is my book"

End

No comments: