This is a nice example of window created from shapes using written by Authenticity. #include-once #include <GDIPlus.au3> #include <GDIP.au3> Global $HEAD[5] = ["Ellipse",0,0,399,399] Global $EYE_LEFT[5] = ["Ellipse",75,100,50,50] Global $EYE_RIGHT[5] = ["Ellipse",275,100,50,50] Global $NOSE_POINTS[6][2] = [[5,0],[200,150],[185,200],[200,250],[215,200],[200,150]] Global $NOSE[2] = ["Polygon",$NOSE_POINTS] Global $MOUTH[9] = ["Bezier",100,300,150,350,250,350,300,300] Global $TOOTH_L