Hallo,
In our app. we have created a form that is used as an hourglass. On Load it loads an animated gif from a resource file using 'DisplayFromByteArray'. When the user has to wait the form is shown and the gif is started with the .PlayGif method. When the user has waited enough, animation is stopped with th e.StopGif method and the form is hidden. This all works ok. When the app is being closed the QueryUnload event triggered in the hourglassform does a .StopGif to stop animation of the gif (if not already stopped). After that the app hangs and/or crashes the IDE. What is the best way of closing the form when a gif has been played? We use VB6 SP6 and runs on a quadcore XPprof system.
Thanks,
Wim
