An alternative snipping tool solution was provided in this posting: .NET Equivalent of Snipping Tool
Now it\'s necessary to make it work for selected screens (on mul
I don't see you doing anything wrong. I can't test this, don't have the setup right now. Bounds is a bit tricky, there's a bunch of code behind it that ensures that the form can't be displayed off-screen. As an alternative, you could set the Location property instead and override OnLoad() in SnippingTool to set the WindowState property.