Re: How to draw over a PictureBox?

  • Thread starter Thread starter Timothy Taylor
  • Start date Start date
T

Timothy Taylor

Mario,

Try using the Paint event of the picture box. Under the Paint event just
call e.drawimage or e.drawrectangle, line, string, so on.

Hope this helps,

-Tim
 
Tim,

The docs says that CF version of the PictureBox class does not support the
Paint event,
How can I implement that event?

Thanks again for your time!
Mario
 
Back
Top