PDA

Click to See Complete Forum and Search --> : Changing Graphics in VB


Optic
Mar 12th, 2001, 02:43 PM
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?

Mar 12th, 2001, 03:31 PM
Point, PSet, Line, Circle

Look for info in the MSDN

Z.

Optic
Mar 13th, 2001, 10:59 AM
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.

Sastraxi
Mar 13th, 2001, 05:31 PM
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.