So basically I am trying to capture the output of a render window that is hidden by default to put into a controller application as a preview. I've been told by some people in my line of work that this is possible by grabbing the window handle and somehow putting that as a video on your existing form. But I have no clue how to do that currently (outside of getting the handle itself)
Been looking all morning and a bit yesterday and haven't found exactly what I need yet.
Trying to do this in C#