Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Dim txt As WinForm.TextBox = e.Form.Controls("TextBox1") Dim s As String = txt.text Dim f As String = e.Form.Controls("检索内容").text Dim idx As Integer = vars("i") If idx > 0 Then idx = s.IndexOf(f, idx) End If If idx > -1 Then vars("i") = idx + f.Length txt.SelectionStart = idx txt.SelectionLength = f.Length Dim d = txt.BaseControl d.ScrollToCaret txt.select Else vars("i") = 0 End If |
下载信息 [文件大小: 下载次数: ] | |
点击浏览该文件:内容检索.foxdb |
下载信息 [文件大小: 下载次数: ] | |
点击浏览该文件:内容检索.zip |