找回密码
 加入
搜索
查看: 2513|回复: 3

[GUI管理] 使用 DllCall (user32.dll) 做窗口进入和退出效果后窗口四个角出现黑角

[复制链接]
发表于 2010-3-7 09:49:39 | 显示全部楼层 |阅读模式
使用 DllCall (user32.dll) 做窗口进入和退出效果后窗口四个角出现黑角

不知道应该怎样处理呀。
下面是我的 代码
$Form1 = GUICreate($Title, 440, 342, -1, -1)
DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $form1, "int", 1000, "long", 0x00000010);主窗口打开效果

哪位朋友指点一下咯。
发表于 2010-3-7 13:05:45 | 显示全部楼层
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$form = GUICreate("", 800, 600, -1, -1)
       DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $form, "int", 1000, "long", 0x00000010)

没有错误呀。。
发表于 2010-3-7 13:18:52 | 显示全部楼层
 楼主| 发表于 2010-3-8 15:13:48 | 显示全部楼层
afan 发表于 2010-3-7 13:18



    先谢谢了呀.确实这样就可以解决了
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-5-21 02:36 , Processed in 0.082408 second(s), 24 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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