Hi All,
I have a project I'd like to take on, and I'm wondering if writing a driver
would be the best way to do it.
Basically, I need to mask parts of the screen with black, such that nothing
(not even a flicker of a pixel) is ever shown in those areas. Apps can still
occupy this space, only the black areas will cover them.
I was thinking that I could write a video driver that will sit on top of the
existing video driver, and mask out the desired areas before passing on the
calls.
Does this sound feasible? Is writing a driver the best way to do this?
Thanks!
Eric
One app that does something similar is the KEYSTONE.EXE that Geforce cards
can use to skew the desktop. Does anyone have any ideas on how this was
implemented?