Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共1 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:SystemIdle 事件会偶尔报错

1楼
873773115 发表于:2024/10/24 14:55:00
所有在用的客户端,只有两个客户端会偶尔报错,报错原因为 不存在名称为 "Main" 的窗口
但是,Main是主窗口,系统在运行的时候,这个窗口不可能关闭或者不存在,下面是报错事件的代码,老师帮忙看看有啥问题没

If Forms.Contains("Main") Then
    If QQClient.Ready Then
        If Forms("Main").Opened Then
            Dim OpenQQ As WinForm.Button = Forms("Main").Controls("OpenQQ")
            Static LastTime As Date
            Dim txt As String
            If QQClient.UnreadCount > 0 Then
                txt = "(" & QQClient.UnreadCount & "条)"
            End If
            If OpenQQ.Text <> txt Then
                OpenQQ.Text = txt
            End If
            If OpenQQ.Text > "" Then
                Dim ntp As timeSpan = Date.Now - LastTime
                If ntp.TotalSeconds >= 0.5 Then
                    LastTime = Date.Now
                    If OpenQQ.ForeColor = Color.Red Then
                        OpenQQ.ForeColor = Color.Transparent
                    Else
                        OpenQQ.ForeColor = Color.Red
                    End If
                End If
            End If
        End If
    End If 
End If
共1 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .01953 s, 2 queries.