Is it possible to redirect the rendering of a windows form to the video
port/overlay device of a video card? In my situation I must present the
contents of a window on an hdtv and I can't use a desktop clone trick
because there's going to be another application running that cannot
show up on the tv. Any ideas?

Re: Render window to video port? by Bryan

Bryan
Mon Jan 15 04:29:10 CST 2007

Can you extend the desktop onto the HDTV and restrict the one window to
it while restricting the other application to run on the main monitor?

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com



"znelson" <znelson@gmail.com> wrote in message
news:1168838621.888743.205850@51g2000cwl.googlegroups.com:

> Is it possible to redirect the rendering of a windows form to the video
> port/overlay device of a video card? In my situation I must present the
> contents of a window on an hdtv and I can't use a desktop clone trick
> because there's going to be another application running that cannot
> show up on the tv. Any ideas?


Re: Render window to video port? by znelson

znelson
Mon Jan 15 06:17:18 CST 2007

Bryan Phillips wrote:
> Can you extend the desktop onto the HDTV and restrict the one window to
> it while restricting the other application to run on the main monitor?
>
> --
> Bryan Phillips
> MCSD, MCDBA, MCSE
> Blog: http://bphillips76.spaces.live.com


I'm going to give that a try. The only downside is if one of the
applications doesn't remember which desktop it's supposed to run in, I
won't have programmatic control to fix it. I really need to isolate
each desktop so an application from the main one can't be dragged into
the hdtv one.