Thanks to monoceres for the example to get me started on this. Saw a few posts here and there some worked most didn't. So I put together this UDF to make using this thing a little easier. Enjoy, Kenny Example #include <SkinCrafter.au3> _LoadSkinCrafter("SkinCrafterDLL.dll");Load SkinCrafter DLL ;GUI With Initial Skin $GUI_1 = GuiCreate("Test", -1, -1, 0, 0) _InitializeSkinCrafter($GUI_1, "ice-cold.skf") GUICtrlCreateButton("Test", 50, 50, 50) GUISetState() ;GUI With Additional Skin