Thanks for your help! BTW Xskin is ***** amazing program.
EDIT: Seem that I have another question lol I have a Xskin button and I want to disable it. I want that the button still have the look of a skinned button but I want that if I put py mouse over it, click on it, nothing happen. I just want the look but not the event that come with it.
$Ok = _HoverButton("Ok", 59, 290, 125, 30, $XButton_Location)
GUICtrlSetFont ($Ok + 1, 8.5, 18, "", "Arial black")
$Cancel = _HoverButton("Cancel", 59, 325, 230, 30, $XButton_Location)
GUICtrlSetFont ($Cancel + 1, 7, 10, "", "Arial")
GUICtrlSetState($Cancel + 1, $GUI_DISABLE)