; German forum: http://www.purebasic.fr/german/archive/viewtopic.php?t=2161&highlight= ; Author: Franky (updated for PB4.00 by blbltheworm) ; Date: 01. September 2003 ; OS: Windows ; Demo: No ; Paint a circle, automatically resizing depending on the mouse position... If OpenWindow(0,100,100,400,400,"Autokreis",#PB_Window_SystemMenu) OpenWindow(1,0,0,400,400,"",#PB_Window_BorderLess) SetParent_(WindowID(1),WindowID(0)) startx=200 starty=200 Repeat If startx