I am looking for technique which allows to fluently move several images over
the form without using DirectX & Open GL. Several images should be moved
simultaneously but with different speed. Also one more feature: I should be
able to change their (moved images) opacity during moving. Does anybody know
good algorithm (or may be article, example, link) to implement these
features?

Re: Moving images fluently by Bob

Bob
Thu May 11 07:05:58 CDT 2006

Look at eh article on animation in Windows Forms Tips and Tricks. Drawing
images in place of shapes is a simple modification to make.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.



"Sergey Pikhulya" <SergeyPikhulya@discussions.microsoft.com> wrote in
message news:149C57F9-FD9F-458F-8E2D-C10C6D3E44EA@microsoft.com...
>I am looking for technique which allows to fluently move several images
>over
> the form without using DirectX & Open GL. Several images should be moved
> simultaneously but with different speed. Also one more feature: I should
> be
> able to change their (moved images) opacity during moving. Does anybody
> know
> good algorithm (or may be article, example, link) to implement these
> features?