I\'m trying to recreate a Winform application in C# that has the same functionality as the snipping tool windows provides. That is, allowing the user to drag a rectangle ove
See:
http://www.codeproject.com/Articles/485883/Create-your-own-Snipping-Tool
And:
http://www.codeproject.com/Articles/21913/TeboScreen-Basic-C-Screen-Capture-Application
as references of Snipping tool creation.
Hope this helps.