From: Sim Zacks Subject: Re: smooth image move Date: 28 Apr 1999 00:00:00 GMT Message-ID: <37275633.48E16077@imprsv.com> Content-Transfer-Encoding: 7bit References: <7dohnm$7ft12@forums.borland.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Impressive Solutions Mime-Version: 1.0 Newsgroups: borland.public.delphi.graphics Put your image component on a tpanel and use the magic number. const Sc_DragMove = $F012; begin ReleaseCapture; Panel.Perform(WM_Syscommand,SC_Dragmove,0); It will do a flickerless drag and is very cool. Sim Brad Breaux wrote: > does anybody know how to make an image move smoothly on the screen? > i have two images on is background which doesnt move and then i have an > image on top of that and it moves with a lot of flicker. > any suggestions? > > -- > Brad Breaux > Wicknet Tech > ICQ Number 2662037