找回密码
 加入
搜索
查看: 1207|回复: 4

有2个问题。一个是托盘图标,一个是标题问题。

[复制链接]
发表于 2009-2-2 14:39:55 | 显示全部楼层 |阅读模式
如何将这个托盘图标删除呢?


--------------------------------------------

runwait(XX) 的时候 在标题显示 123
runwait (YY)的时候 在标题显示 234

[ 本帖最后由 as86455011 于 2009-2-5 23:11 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
发表于 2009-2-2 16:18:59 | 显示全部楼层

1、脚本开头加如下代码。

#NoTrayIcon


[ 本帖最后由 范统.贾 于 2009-2-2 16:29 编辑 ]
发表于 2009-2-2 16:27:57 | 显示全部楼层

2、一个例子

$Form1 = GUICreate("X+Y", 424, 141, 192, 114)
$Button1 = GUICtrlCreateButton("X", 80, 32, 97, 49, 0)
$Button2 = GUICtrlCreateButton("Y", 237, 33, 97, 49, 0)
GUISetState()

While 1
        Switch GUIGetMsg()
                Case -3
                        Exit
                Case $Button1
                        WinSetTitle("", "", "X")
                Case $Button2
                        WinSetTitle("", "", "Y")
        EndSwitch
WEnd
发表于 2009-10-24 09:08:49 | 显示全部楼层
没找到我要的,唉!
发表于 2009-10-24 21:43:37 | 显示全部楼层
$Form1 = GUICreate("X+Y", 424, 141, 192, 114)
$Button1 = GUICtrlCreateButton("X", 80, 32, 97, 49, 0)
$Button2 = GUICtrlCreateButton("Y", 237, 33, 97, 49, 0)
GUISetState()

While 1
        Switch GUIGet ...
范统.贾 发表于 2009-2-2 16:27


你给的脚本好像和标题没关系唉!
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-5-18 16:37 , Processed in 0.074287 second(s), 21 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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