I have a PictureBox that contains an Image control.
That Image control contains a WMF (Windows MetaFile).
The PictureBox also contains some Label Controls which I want to move around PictureBox.
When using the Move method, the moving Label control does flicker a lot. When setting the Image control's picture to nothing (or when setting it invisible), the flicker no longer occurs!
The flicker frequency also depends on the complexity of the WMF.

Help? I do not want the flicker!