We went for a hot air balloon ride yesterday![]()
- as soon as we got home I started to put a slideshow together and I thought I'd fade the pics in and out using Image.SetOpacity.
I created two functions in global functions fadein() and fadeout() using a while loop to set the opacity. It worked exactly as I expected until I tried to exit and there is no way I can get out of my application. I have to 'end' with ctrl-alt-del.
Is there a "correct" way of doing this? i.e. making AMS responsive to an Exit Button or right click "Exit" or "alt/F4" or "Window Close Button" while it's looping.

