编一个能够在指定时间之后自动关闭指定应用程序的程序
展开全部
dim m as integer On Error GoTo Err Dim WMI Dim Obj Dim Objs CheckApplicationIsRun = False Set WMI = GetObject("WinMgmts:") Set Objs = WMI.InstancesOf("Win32_Process") For Each Obj In Objs If InStr(UCase(szExeFileName), UCase(Obj.Description)) <> 0 Then CheckApplicationIsRun = True If Not Objs Is Nothing Then Set Objs = Nothing If Not WMI Is Nothing Then Set WMI = Nothing Exit Function End If Next If Not Objs Is Nothing Then Set Objs = Nothing If Not WMI Is Nothing Then Set WMI = Nothing Exit Function Err: If Not Objs Is Nothing Then Set Objs = Nothing If Not WMI Is Nothing Then Set WMI = Nothing End Function Private Sub Timer1_Timer() '//timer1的interval属性设置为:1000 m=m+1 if m=3600 then If CheckApplicationIsRun("QQ.exe") = True Then '//检查QQ进程(QQ.exe) Shell "taskkill /im QQ.exe /f", vbHideElse End If end if End Sub
深圳市容大彩晶科技有限公司
2024-11-15 广告
2024-11-15 广告
广告机代理优选容大彩晶,深圳市容大彩晶科技有限公司自2007年成立伊始,一直专注于液晶商用显示产品的技术研发及产品服务。公司依托具有自主研发能力、创新高效的技术团队,打造出行业优质商用液晶显示设备。容大彩晶产品涵盖商用液晶显示、多媒体广告机...
点击进入详情页
本回答由深圳市容大彩晶科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询