Hi, I know there are many example on the forum about analog clock, the most with GDI+, but they are all complex with many feature. I'm search something simple with lower CPU usage to start, like this image ( i have do it with paint ) The only thing i'd like is to make it "resizable" but not with the mouse, example if i make: $GUI = GUICreate("Form1", 300, 300, -1, -1)Or $GUI = GUICreate("Form1", 1000, 1000, -1, -1) The three lines are always based on the size of the $GUI. Thanks for any kin