I know how to capture the screen using C#, but I want to capture a screenshot of specific window, not a part of the screen. If it possible with C# .NET?
Edit:
When I capture a window like this:

But when I capture a window like this:

How can I do that in C# .NET?


