I am creating an image view to view security cam images. They need to be viewed rapidly one after the other. I'm using GUICtrlSetImage in the code below but it displays substantial flicker during the image display. I searched the forums for this problem and have tried deleting the $pic instance and recreating it in the loop, however, this creates a very consistent flicker while the $pic control is being deleted and the background of the GUI shows through before the new $pic control is created.