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

[系统综合] [已解决]:Au3如何实现打开脚本时从内往外慢慢扩大打开,退出脚本时在从外往里缩小

[复制链接]
发表于 2014-1-4 22:16:27 | 显示全部楼层 |阅读模式
本帖最后由 QQ386263723 于 2014-1-5 13:56 编辑

我这样编写是从上往下慢慢打开
$hwnd = GUICreate("Animate Window", 300, 300)
DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $hwnd, "int", 3000, "long", 0x00060004)
GUISetState()
发表于 2014-1-4 23:09:04 | 显示全部楼层
$hGui = GUICreate('')
DllCall('user32.dll', 'int', 'AnimateWindow', 'hwnd', $hGui, 'int', 1000, 'long', 0x40010)
GUISetState()
Sleep(1000)
DllCall('user32.dll', 'int', 'AnimateWindow', 'hwnd', $hGui, 'int', 1000, 'long', 0x50010)
 楼主| 发表于 2014-1-5 13:30:34 | 显示全部楼层
太谢谢afan 超级版主了,您人真是太好了?
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-28 15:31 , Processed in 0.087452 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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