Hi!
I have a CF 2.0 app with a PictureBox on a Form. I want to move the PictureBox with mouse move and I need to add Double Buffer to the form to avoid flickering.
How can I do this?
Thanks!
|
|
Hi! I have a CF 2.0 app with a PictureBox on a Form. I want to move the PictureBox with mouse move and I need to add Double Buffer to the form to avoid flickering. How can I do this? Thanks!
|
||
|
|
|
|
You don't need the Form double-buffered, you need the PB to be. That's not so easy to come by in CF. However, you could create your own control, PB is pretty simple. For example:
Hopefully, I didn't use stuff that isn't available in CF... |
||||||||
|