sendmessage(handle,wm_move,0,0)onbtnclick(sender:object);
with image.create do 
     parent:=self;
     top:=0;left:=0;
     width:=100;height:=100;
     show;
end;