Miroslav Penchev <> wrote:
>
>I am try to capture graphical user interface of any program running on
>Windows (or for whole desktop) then to do something with it and display it
>back on the screen directed by my "program".
Do you mean something like Remote Desktop, or one of the many versions of
VNC? Or do you mean something like CamStudio?
Part of what I'm saying is that there are many, many, many programs doing
this kind of thing. You might make better use of your time to see if
there's something already out there.
>After researching in last days I
>come to conclusion that I have to develop my custom video driver (with
>DDK/WDK) where all drawings from other programs will go and my "program" will
>redraw on the "real" video driver? - Is it posible that - to have one video
>driver (mine, virtual) for "all" programs and other video driver (the real
>one) for some (mine) programs? Or I have to find better solution?
You can READ the screen from a simple application, with no driver work at
all. Before embarking on the long and difficult road to a mirror driver,
make ABSOLUTELY SURE you can't do this from a simple application.
--
Tim Roberts,
Providenza & Boekelheide, Inc.