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

[GUI管理] 怎么去创建一个无边框的GUI【已解决】

[复制链接]
发表于 2011-12-8 15:23:13 | 显示全部楼层 |阅读模式
本帖最后由 eaglelin 于 2011-12-8 17:16 编辑

我要用PNG作为GUI的背景 但是GUI的边框我不想看见了。这怎么能做到呢?
顺便提一句。我的png是可以拉伸的
发表于 2011-12-8 15:41:44 | 显示全部楼层

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

Example1()
Func Example1()
        Local $msg

        GUICreate("My GUI",450,394,-1,-1,$WS_POPUP)
        GUISetState(@SW_SHOW)
        
        While 1
                $msg = GUIGetMsg()

                If $msg = $GUI_EVENT_CLOSE Then ExitLoop
        WEnd
        GUIDelete()
EndFunc 

评分

参与人数 1金钱 +15 收起 理由
afan + 15

查看全部评分

 楼主| 发表于 2011-12-8 16:04:34 | 显示全部楼层
谢谢楼上 边框不见了 但是白色的背景还是看得见 PNG文件放在白色的背景上还是不好看
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-28 02:17 , Processed in 0.138551 second(s), 24 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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