找回密码
 加入
搜索
查看: 1508|回复: 0

PNG透明窗口加控件问题~在线等

[复制链接]
发表于 2009-6-28 08:33:56 | 显示全部楼层 |阅读模式
PNG透明窗口加控件问题~在线等
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <CreateTransparentGUI.au3>
#Include <GuiButton.au3>
$from = CreateTransparentGUI("","D:\Dong\11.png")
_GUICtrlButton_Create($from, "abc",100, 100,75,30)



GUISetState(@SW_SHOW) ; will display an empty dialog box

; Run the GUI until the dialog is closed
While 1
        $msg = GUIGetMsg()

        If $msg = $GUI_EVENT_CLOSE Then ExitLoop
WEnd
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-23 01:38 , Processed in 0.079761 second(s), 22 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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