Hi,
I Am doing the Image Processor Application. I want to drag the image over the picturebox or panel using mouse. And also I am working drawing a line , rectangle etc, but if draw a line and then a rectangle, the line disappears from the image. like this all drawings happens.
Please anyone let me know how to do this
Loading

Sam HobbsPosted Jul 6, 2011, 8:46 PM
In Windows, there is something called a paint event. Graphical programs draw graphics in the paint event. You can do something such as draw into a picture box control and then the control will take care of the paint event. You should learn about things like that. The articles in this web site will help you and you might want to get a good book too for learning.
Jiteendra SampathiraoPosted Jul 6, 2011, 3:20 AM
Please refer once our recommended articles(resides right-side of this thread)...