Hi Robert,
Thanks for the clarification. There is no built-in CVI function that accomplishes what you are trying to do, but you could come up with the algorithm and implement your own functions to fade out/dissolve images. One way would be to use a Canvas control to display bitmaps and gradually change the pixels of the bitmap (using the Bitmap functions under User Interface Library).
Regarding sliding the pictures from top, left, etc. there is Animation control from Toolslib and a shipping example CVI71\samples\userint\custctrl\animate\animsample.prj that illustrates its usage. Also, attached is a program that creates a simple animation using bitmap canvas. Basically, it creates a bitmap background and loads the bitmap of image to be animated in memory. It then overlaps the image (that needs animation) over the background bitmap, while continuously refreshing the changed bitmap background.
While these examples are not exactly what you are looking for, they might help you get started.
Hope this helps a little and good luck with your application!
Shahina P.
NI