Hi,
I'm trying to find a way to display a bitmap on the top-
right portion of the screen at all times, even when an
application using directx in full-screen mode is in use.
Can this be accomplished using display filter drivers? I
was thinking of writing a driver that would simply map the
bitmap data to the screen along with the rest of the
screen data. So, could a filter driver be
installed "below" GDI and Directx that would map the
bitmap regarless of wich interface(gdi or directx) is in
use? And if so, since GDI and directx are different
components that each communicates directly with the video
adapter (as I understand it), will the driver have to be
device specific? Anyway, if u guys know a way to
accomplish this bitmap mapping whitout using drivers i'll
be more than happy to hear it.