Hi, I am not sure about this one: on line 2072 in win32object.inc: <code> Window := CreateWindow('STATIC', StrTemp, Flags Or SS_LEFT, Left, Top, Width, Height, FParentWindow, HMENU(Nil), HInstance, Nil); </code> Shoudn't this be Parent instead of FParentWindow? Regards, Micha.