Second Lab Assignment - Internet Programming

  1. Create a date fileter function in the InetFile.bas module of the HtmlViewer ActiveX control project to filter a file collection by date. The full file path and creation date should be passed into the procedure. A boolean value should be returned specifying whether the file was created after the specified date.
  2. Add a date picker control to enter a date field to the control.
  3. Modify the SearchBtn_Click event to filter the file collection for creation date using the date filter procedure described in step 1. Write the file path collection to the FileListBox after it has been filtered.
  4. Create a web page that embeds the HtmlViewer control. Link the new page to your homepage.