Click to See Complete Forum and Search --> : draw image on top of all windows


bujcat
October 29th, 2006, 08:35 AM
I want to make an application which to draw a simple image (by example, a rectangle) which to move (animated) on the screen randomly. I don't know which is the best way to do that. I have try with a MFC application but it flicker a lot (when I have many rectangles).

Can you give me an idea about how to do that?

Thanks

ovidiucucu
October 29th, 2006, 08:44 AM
Just take a look at my digger (http://www.codeguru.com/forum/showthread.php?t=272904&highlight=digger). ;)

bujcat
October 30th, 2006, 02:43 AM
Thanks ... :wave: