36款SkinSharp皮肤(she格式)
本帖最后由 qq342252004 于 2010-7-14 10:53 编辑36款SkinSharp皮肤(she格式)喜欢的下。 皮肤不收费的吧哈哈 本帖最后由 qq342252004 于 2010-6-29 19:29 编辑
皮肤是免费的,调用方法在11楼。 DLL在那里啊 好东西要收藏。。 下一个吧,楼主也不放个图,看看效果再下比较公平吧 这东西也收费啊!!网上一搜一大片! DLL在那里啊
qwg192800 发表于 2010-4-24 08:23 http://www.autoitx.com/images/common/back.gif
看3楼回复 这东西也收费啊!!网上一搜一大片!
热咖啡里的冰 发表于 2010-4-25 10:02 http://www.autoitx.com/images/common/back.gif
我只是找来上传论坛方便大家下载,顺便收点费用!:face (29): 我只是找来上传论坛方便大家下载,顺便收点费用!
qq342252004 发表于 2010-4-25 12:57 http://www.autoitx.com/images/common/back.gif
呵呵!楼主辛苦啦!
刚刚下来试了,确实不错! 本帖最后由 水木子 于 2010-8-4 13:00 编辑
呵呵!闲来无事,帮楼主写了个皮肤预览,就当做回报吧!
#include <GuiListView.au3>
#include <WindowsConstants.au3>
$Path = @ScriptDir & '\Skin\'
GUICreate("皮肤预览", 470, 280)
GUIRegisterMsg($WM_NOTIFY, "WM_NOTIFY")
$ListView1 = GUICtrlCreateListView("双击项目更换皮肤", 280, 5, 185, 250)
GUICtrlCreateInput("Input1", 40, 40, 100, 21)
GUICtrlCreateCombo("Combo1", 40, 100, 100, 25)
GUICtrlSetData(-1, "Combo2|Combo3|Combo4|Combo5|Combo6|Combo7|Combo8|Combo9|Combo10")
GUICtrlCreateButton("Button1", 30, 220, 75, 30, $WS_GROUP)
GUICtrlCreateButton("Button2", 180, 220, 75, 30, $WS_GROUP)
GUICtrlCreateCheckbox("Checkbox1", 150, 40, 80, 17)
GUICtrlCreateRadio("Radio1", 150, 100, 80, 17)
GUICtrlCreateProgress(40, 150, 200, 20)
GUICtrlSetData(-1, 50)
GUICtrlCreateGroup("Group1", 10, 10, 249, 193)
GUISetState()
Read()
Func Read()
$search = FileFindFirstFile($Path & '*.she')
If $search = -1 Then MsgBox(0, "错误", "没有文件/目录 匹配搜索")
While 1
$file = FileFindNextFile($search)
If @error Then ExitLoop
GUICtrlCreateListViewItem($file, $ListView1)
WEnd
FileClose($search)
EndFunc ;==>Read
Do
Until GUIGetMsg() = -3
Func WM_NOTIFY($hWnd, $iMsg, $iwParam, $ilParam)
Local $tNMTV, $iCode, $hItem, $i = 0
$tNMTV = DllStructCreate($tagNMTVDISPINFO, $ilParam)
$iCode = DllStructGetData($tNMTV, "Code")
$Index = _GUICtrlListView_GetSelectedIndices($ListView1)
If $iCode = $NM_DBLCLK And StringLen($Index) <> 0 Then Skin(_GUICtrlListView_GetItemText($ListView1, Number($Index)))
EndFunc ;==>WM_NOTIFY
Func Skin($She)
$Dll = DllOpen($Path & 'Skin.dll')
DllCall($Dll, "int", "SkinH_AttachEx", "str", $Path & $She, "str", "mhgd")
DllCall($Dll, "int", "SkinH_SetAero", "int", 1)
EndFunc ;==>Skin 爱美之心,人皆有之,既然这样,下载看看. 这些皮肤真不错,呵呵. 顶一下。。 就是要钱 。。 汗。。。。 謝謝大哥的分享喔...........