I can't tell whether you used double buffering properly without seeing the source code, but did you try doing the double buffering manually? I do it in my own app (http://code.google.com/p/epicedit/), and there is no flickering.
Yeek wrote: > > Hi everyone > > I would like to show a partially transparent picture on a background > picture. Furthermore, the transparent picture should disappear for a > certain time and then reappear at a different location. The problem is > that under MONO there is a clear flickering visible whenever the picture > is supposed to appear on the screen. I tried several things as for example > double buffering (Me.SetStyle(ControlStyles.AllPaintingInWmPaint Or > ControlStyles.UserPaint Or ControlStyles.DoubleBuffer, True)) but nothing > seems to work. Can anyone point me in the right direction where to go? > > Any help is greatly appreciated! Thanks, > Martin > -- View this message in context: http://mono.1490590.n4.nabble.com/Flickering-of-transparent-pictures-on-picture-background-tp2532999p2533369.html Sent from the Mono - VB mailing list archive at Nabble.com. _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
