Hi everyone,
This is what I use to draw in image (pion) in my Picturebox (holding map)
But now I want when the pion moves erase his picture from the map and redraw it somewhere else... I get the redrawing part now I want to know how to erase it!VB Code:
Dim gr As Graphics = pctBox.CreateGraphics gr.DrawImage(New Bitmap("c:\pion.gif"), iX, iY)
Anyone?
Thanks in advance,
Bloged





Reply With Quote