October 15, 2010

Display an Animated GIF on a Dialog

Filed under: Scripting — Marcus Tettmar @ 8:19 am

Forum regular JRL has come up with yet another great coding example, with a demonstration of how to jazz up your dialogs by displaying an animated image – a great way to represent progress of an activity.

Here it is.

In fact this example shows how any window can be embedded into a dialog by using the SetParent function. Take a look at JRL’s helpful comments to see how this works.