Hi everyone,


This is what I use to draw in image (pion) in my Picturebox (holding map)
VB Code:
  1. Dim gr As Graphics = pctBox.CreateGraphics
  2. gr.DrawImage(New Bitmap("c:\pion.gif"), iX, iY)
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!

Anyone?

Thanks in advance,

Bloged