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 / CHAP29 / 309X3206.TXT < prev    next >
Encoding:
Text File  |  1998-05-05  |  128 b   |  9 lines

  1.  
  2. Private Sub cmdRefresh_Click()
  3.  
  4. ' Update the contents of the list box with the
  5. ' ReadFile procedure.
  6. ReadFile
  7.  
  8. End Sub
  9.