I am creating a screen capture & crop utility using answer posted here The code draws a rectangle (System.Drawing.Rectangle) on the screen and saves a cropped image.
I need to make this rectangle movable to a different area on the screen without changing the size. How can I achieve this?
What did not work for me?
I tried this codeproject article, works very good to move controls on the screen. For this code to work correctly I would need to draw rectangle on a container control. Which container can be used to wrapping?
Being a succesful web developer I used to think that I can write for WinForms also... I was wrong :-( Some help would be much appreciated!