Hey,
I apologize if this is in the wrong spot but I didn't know where else to put it. What I am trying to do is take screenshots of a 3rd party application while it is running and since I've never really used DirectX, it's quite confusing. The main reason I want to use direct x is because if I use built in windows functions, the screenshots turn out black most of the time. I read that using Direct X could solve this.
I've tried using things like the line below, but I cant get it to
work. My problem is that I need to specify which application I actually
want to take a screenshot of and cant figure it out. If anyone could
help me, I would greatly appreciate it. Thanks a bunch.
s =
device.GetBackBuffer(0, 0,
Microsoft.DirectX.Direct3D.BackBufferType.Mono);
Also note, I am trying to do this C#, .net 2.0, and the latest release of Direct X. Thanks again.