WaitCursor is a .NET Compact Framework control which allows you to create any custom animation consisting of sequence of images. It is very simple to use. All that developer needs to do is to provide a sequence of images. WaitCursor will then, during the run-time, display all the images in sequence within an infinite loop. You can specify the delay between the images and thus specify the animation frame rate. WaitCursor only supports PNG images and preserves alpha channel information thanks to which it renders transparency of the PNG images. WaitCursor is useful for creating custom wait cursors (spinners) which inform the user of a background operation taking place (such as file transfer, document download, etc.). The fact that it uses pre-drawn images allows you to create graphics which beautifully blends into your application design and color theme. Full Visual Studio Designer support guarantees an easy manipulation and setup. Simply drag and drop on the form, expand the Images property and add your PNG files. You are done. Explore the sample projects to find out more. Features
|