=sinister= Posted September 9, 2006 Share Posted September 9, 2006 I found a skin I like:http://www.skincrafter.com/skingal.php?sta...tegory=*empty*#The mac one.Anyways, I downloaded it, and it comes with an skf file or something, and I was wondering how I skin my GUI with it? Any ideas? Help would be appreciated. I'm new to skinning. Link to comment Share on other sites More sharing options...
Thatsgreat2345 Posted September 9, 2006 Share Posted September 9, 2006 ask smoke thats how Link to comment Share on other sites More sharing options...
Valuater Posted September 9, 2006 Share Posted September 9, 2006 this should helphttp://www.autoitscript.com/forum/index.ph...st&p=2041738) Link to comment Share on other sites More sharing options...
=sinister= Posted September 9, 2006 Author Share Posted September 9, 2006 Ok, I downloaded the mac skin and did the dll calls expandcollapse popupDo SplashImageOn("", "./Images/Logo.jpg", -1, -1, -1, -1, 1) If FileExists("./Images/Logo.jpg") Then Else MsgBox(16, "Error", "Missing File:" & @LF & "/Images/Logo.jpg") ;Exit EndIf If FileExists("./Dll/Skin.dll") Then Else MsgBox(16, "Error", "Missing File:" & @LF & "/Dll/Skin.dll") ;Exit EndIf Until SplashOff() #Include <GUIConstants.au3> #Include <./Variables.au3> #Include <./Functions.au3> $Dll = DllOpen("./Dll/Skin.dll") DllCall($dll, "int", "InitLicenKeys", "int", BSTR("0"), "int", BSTR("SKINCRAFTER"), "int", BSTR("SKINCRAFTER.COM"), "int", BSTR("support@skincrafter.com"),"int", BSTR("DEMOSKINCRAFTERLICENCE")) DllCall($Dll, "int", "DefineLanguage", "int", 0) DllCall($Dll, "int", "InitDecoration", "int", 1) DllCall($Dll, "int", "LoadSkinFromFile", "int", ("./Skins/Mac-style.sfk")) DllCall($Dll, "int", "ApplySkin") $GUI = GUICreate("WoW!Bot", 250, 250, -1, -1) GUISetState(@SW_Show) DllCall($Dll, "int", "UpdateControl", "int", 0) While 1 $Msg = GUIGetMsg() Select Case $Msg = $GUI_Event_Close Quit() EndSelect WEnd But the only window that pops up is mine with default skin and the Skin Builder one. (Note: I have the right functions in my Functions.au3 file) Any ideas? Link to comment Share on other sites More sharing options...
KGFX Posted September 10, 2006 Share Posted September 10, 2006 is that right?? Link to comment Share on other sites More sharing options...
bundyal Posted May 17, 2023 Share Posted May 17, 2023 Hi, Does anyone have the 3.0 version of SkinCrafterDll.dll ? that works. Preferably the latest version. Thank you in advance Link to comment Share on other sites More sharing options...
Developers Jos Posted May 17, 2023 Developers Share Posted May 17, 2023 @bundyal, You will be getting an official medal in the post with some ribbons on it for: resurrecting oldest post possible thus far. Number of crossposts for the same question. ...and no, we are not really getting any smiles on our faces when doing so thus please don't anymore from here on. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts