High Light a part of PictureBox
-
hi, i design a windows application with csharp. I want allow to users high light a part of the picturebox with drag mouse on it. How can i do? Thanx
One day, I intend to write a picture box derived control that does all the things that people try to do with it now, but it just can't do. Until I do, you need to ditch the picture box, draw the image in your own Paint handler, and draw your highlight over the top of it.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
One day, I intend to write a picture box derived control that does all the things that people try to do with it now, but it just can't do. Until I do, you need to ditch the picture box, draw the image in your own Paint handler, and draw your highlight over the top of it.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Dear Christian Graus , if I use draw image in own Paint handler , back color of darawed image cover the picture box and i can not see part of picture box that is behind the drawed image.i want behind of drawed image be visible as highlight. please help
*sigh* WHAT picture box ? I just told you, if you want to impliment selection, you need to get rid of the picture box and draw it yourself.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog