搜索资源列表
512
- This a PHP search engine. It searches for text and then displays results. At the time I completed it it was the first of its kind. I spent many hours looking for something like it, but could not find anything. It searches the directory you pu
vbSearchfiles
- VB.Net查找文件的实例 Public Class Form1 查找文件 Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click Dim MyDir As String = Me.textBox1.Text Dim MyFiles = GetFiles(MyDir) Dim MyStartDate As D