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

[AU3基础] 使用皮肤时能让窗口指定的部位不用皮肤效果吗

[复制链接]
发表于 2013-3-3 11:00:08 | 显示全部楼层 |阅读模式
用的是
WinMain = GUICreate("主窗口", 810, 497, @DesktopWidth/2-810/2, @DesktopHeight/2-497/2-50)
_SkinGUI("SkinCrafterDll.dll", @ScriptDir&"\system\AzuriX.skf", $WinMain)


Func _SkinGUI($SkincrafterDll, $SkincrafterSkin, $Handle) ;皮肤加载
        $Dll = DllOpen($SkincrafterDll)
        DllCall($Dll, "int:cdecl", "InitLicenKeys", "wstr", "1", "wstr", "", "wstr", "1@1.com", "wstr", "1")
        DllCall($Dll, "int:cdecl", "InitDecoration", "int", 1)
        DllCall($Dll, "int:cdecl", "LoadSkinFromFile", "wstr", $SkincrafterSkin)
        DllCall($Dll, "int:cdecl", "DecorateAs", "int", $Handle, "int", 25)
        DllCall($Dll, "int:cdecl", "ApplySkin")
EndFunc   ;==>_SkinGUI
如何用皮肤时能让窗口指定的部位不用皮肤效果吗
发表于 2013-3-3 11:40:58 | 显示全部楼层
这个好像真做不到哈,我也希望知道。。
发表于 2013-3-3 14:59:22 | 显示全部楼层
用了皮肤后,按钮控件都不能再设置字体颜色和背景了,直接无效了
 楼主| 发表于 2013-3-4 12:55:36 | 显示全部楼层
那就没办法只能使用图片了
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-20 03:25 , Processed in 0.077548 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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