找回密码
 加入
搜索
查看: 1585|回复: 2

[AU3基础] [已解决]当鼠标移动到GUICtrlCreateButton时能否变成手型?

[复制链接]
发表于 2014-2-4 15:09:18 | 显示全部楼层 |阅读模式
本帖最后由 smooth 于 2014-2-6 11:26 编辑

当鼠标移动到GUICtrlCreateButton时能否变成手型?论坛和帮助我都搜索过了,暂时没有找到,知道的麻烦指点一下,谢谢!
发表于 2014-2-4 21:12:57 | 显示全部楼层
#include <GUIConstantsEx.au3>

Example()

Func Example()

        GUICreate("put cursor over label", 300, 100)
        GUICtrlCreateButton("", 125, 40,100,50)
        GUICtrlSetCursor(-1, 0)
        GUISetState()

        While GUIGetMsg() <> $GUI_EVENT_CLOSE
        WEnd
EndFunc   ;==>Example
 楼主| 发表于 2014-2-6 11:25:43 | 显示全部楼层
回复 2# zch11230

确实可以,非常感谢!
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-28 13:17 , Processed in 0.074510 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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