Please offer up any suggestions as I am just starting this. This is simply to use the built in behavior of and familiar look of the progresson window, but to set your own progress colors, bar size, and increments. Endgame is to make this a proper function for ease of use purposes. #include <Array.au3> $xpos = 100 $ypos = 100 While 1 ProgressOn("Manual Progress", "Drawing your own...", "0 percent" , $xpos , $ypos , 1) $R = 0 $Rcolor = random (0x000000 , 0xFFFFFF) For $P = $xp