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.  
  3. TextField1.Value = "The value of the property is " & _
  4.  
  5.       GetProperty(BaseWindow.Document, "Property1")
  6.  
  7. End Function
  8.  
  9.