Re: How to draw over a PictureBox?

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
 
M

Mario Enriquez

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top