Reposted : In the playing of learning about the Simple Clock example (...\AutoIt3\Examples\GUI\Advanced\Clock.au3), this clock came about. With this example, the clock can be moved by dragging the dots on the dial and the black dot at center has a context menu (right click to view). The individual parts can be dragged if the Lock Pieces Position is not checked. #include <GDIPlus.au3> #include <WinAPI.au3> #include <GuiConstantsEx.au3> #include <Date.au3> #include <Wi