找回密码
 加入
搜索
查看: 2023|回复: 0

[系统综合] 调用纯au3保护时程函数后,用搜狗游览器不能打开网页?

[复制链接]
发表于 2015-2-25 16:08:42 | 显示全部楼层 |阅读模式
本帖最后由 pchome2000 于 2015-2-25 16:10 编辑

调用纯au3保护时程函数后,用搜狗游览器不能打开网页?代码如下:
#NoTrayIcon
;~ #RequireAdmin
#Region ;**** 参数创建于 ACNWrapper_GUI ****
#PRE_icon=C:\windows\system32\SHELL32.dll|-1
#PRE_UseUpx=n
#PRE_Compile_Both=y
#PRE_UseX64=y
#PRE_Res_requestedExecutionLevel=None
#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****

#include <Process.au3>
;#include <lsasecur.au3>
#include <ProtectProcess.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

Dim $Button1, $Button2

;进程保护
_ProtectProcess()

_sUSB_Gui()

Func _sUSB_Gui()
        Local $Form1 = GUICreate("控制", 306, 174, -1, -1)
        Local $Label1 = GUICtrlCreateLabel(" 控制器", 8, 8, 292, 41, BitOR($SS_CENTER,$SS_CENTERIMAGE))
        GUICtrlSetFont(-1, 24, 400, 0, "MS Sans Serif")
        $Button1 = GUICtrlCreateButton("运行", 48, 136, 75, 25)
        $Button2 = GUICtrlCreateButton("退出", 184, 136, 75, 25)
        GUISetState(@SW_SHOW)
EndFunc


While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit
                
                Case $Button1
                        
                
                Case $Button2
                        Exit
        EndSwitch
WEnd
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-2 19:36 , Processed in 0.081812 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表