举报
#NoTrayIcon
#include <WindowsConstants.au3> #include <GUIConstantsEx.au3> _example1() _example2() Func _example1() GUICreate("我不会在任务栏显示", 400, 300, -1, -1, -1, -1, WinGetHandle(AutoItWinGetTitle())) GUISetState() Do Until GUIGetMsg() = -3 EndFunc Func _example2() GUICreate("无任务栏图标",400,300,-1,-1,-1,$WS_EX_TOOLWINDOW) GUISetState() While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd EndFunc
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2026-6-5 08:40 , Processed in 0.066308 second(s), 20 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2026 Discuz! Team.