Hi there !
I'm trying to find a way to visualize an application (of any kind) in a WPF application. Let me explain my situation :
I'm developping an application in WPF for medical purpose. The doctor's computer will have two monitors, in extended desktop. The application I'm working on will be the control panel for the doctor, which will be displayed on monitor 1, in front of the doctor. This wpf application, will, at some point, start a new process (.exe, not necessarily wpf), to display a window in front of the patient, on monitor 2. Considering that the doctor may not be in the same room as the patient, I need to mirror what the patient is visualizing in my WPF application, for the doctor to control what is happening.
Now, my best exemple of what I would need, is the beautiful thumbnail preview that we have nowadays in Windows 7 & 8 in the tasks bar, when mouse is hovering. I've taken a look in this API but can't find a way to get the image in those thumbnail...
Any help would be greatly appreciated :)