您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 查找与替换程序(VB6.0源代码编写),替换区分大小写等功能.

  2. 查找与替换程序(VB6.0源代码编写),替换区分大小写等功能. Private Sub Command1_Click() Dim st, te As String Dim i As Integer te = Text1.Text For i = 1 To Len(Text1.Text) st = Mid(Text1.Text, i, 1) If st = Text2.Text Then Mid(te, i, 1) = Text3.Text Next i Text1.Text = te End
  3. 所属分类:VB

    • 发布日期:2009-02-11
    • 文件大小:7168
    • 提供者:fioedeeee