I am acquireing images, applying different processing routines to them and displaying them in a child window on the main application window. I do this continuously in a while loop. This works, however, each time a new display window is written over the old display window it creates a flicker. Is there any way to create a passive display window that i can just display a new image in, instead of constantly calling the imaq image display function each time I post the new image? I don't think I can use the picture display functions because I am acquireing the images real-time via the 1428 interface --- so i'm not saving them to disk.