How can I change a picture once it is in my program. I have a program that captures the current screen and I want to change that picture while running the program.
Any suggestions?
Printable View
How can I change a picture once it is in my program. I have a program that captures the current screen and I want to change that picture while running the program.
Any suggestions?
Point, PSet, Line, Circle
Look for info in the MSDN
Z.
Thanks for the reply. But what I am doing is I have a program that has a pacman image going across the screen and I want it to eat away at an picture box that has the screen capture in it.
If you know about bitblt and you have used a MASK with srcAND and a SPRITE with srcPAINT then you can do this. Whenever he moves, draw the mask wherever he has been, this will make it look black where he has travelled.