home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 6 Unleashed…sional Reference Edition) / Visual_Basic_6_Unleashed_Professional_Reference_Edition_Sams_1999.iso / Source / CHAP20 / 309fro.txt < prev   
Encoding:
Text File  |  1998-08-26  |  170 b   |  5 lines

  1. Private Function Get_onclick() As Boolean
  2. TextField1.Value = "The value of the property is " & _
  3.       GetProperty(BaseWindow.Document, "Property1")
  4. End Function
  5.