当前位置: 网学 > 编程文档 > VB > 正文

谈谈远程控制中关于搜索、控制计算机的功能

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/16
下载{$ArticleTitle}原创论文样式
p;          For temp_i = 0 To 4
                Text1(temp_i).Enabled = False
            Next
            `进行一系列的错误判断
            If Int(Text1(3)) < 0 Then GoTo error1
            If Int(Text1(4)) < 0 Then GoTo error1
            If Int(Text1(4)) - Int(Text1(3)) < 0 Then GoTo error1
            ProgressBar1.Max = (Int(Text1(4)) - Int(Text1(3)) + 1) * 10 `定义 ProgressBar 控件的最大值,在后面的程序中可以实现"进度条"
            For temp_i = Int(Text1(3)) To Int(Text1(4)) `循环开始连接各个 IP 地址
                StatusBar1.SimpleText = "正在连接" & Text1(2).Text & "." & temp_i & ".."
                IsFind = SearchComputer(Text1(2).Text & "." & temp_i)   `通过自定函数 SearchComputer 判断该 IP 地址,是否有可以控制的计算机
                temp_j = temp_j + 10    `定义"进度条"增加的块数
                ProgressBar1.Value = temp_j `增加“进度条"的块数,以产生动态变化
                StatusBar1.SimpleText = "搜索完毕,共找到" & sum_i & "台计算机可以控制"
            Next
            Command1.Enabled = True
            List1.Enabled = True
            For temp_i = 0 To 4
                Text1(temp_i).Enabled = True
            Next
   
    Exit Sub
error1:
    MsgBox "程序运行错误,请重新设置后,再运行本程序!!", vbCritical, "程序错误"
    For temp_i = 0 To 4
        Text1(temp_i).Enabled = True
    Next
    List1.Clear
   &n
  • 上一篇资讯: 感悟VB细水长流话API
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号