I'm redesigning one of my gui's , it has allot of buttons I took a hard look, and saw that I have duplicate code that sets fonts and what not I'd like to create a global variable, or would it be a function? I'm trying to set properties for the cursor, font, and resizing of the gui button btw, this is my first time using global variables, but I have an idea of what they are $Form1 = GUICreate("PC TOOLS V2", 1001, 724, 147, 131, BitOR($GUI_SS_DEFAULT_GUI, $WS_MAXIMIZEBOX, $WS_SIZEBOX, $WS