Quote:
|
Originally Posted by wanda
1. I thought it was against the EULA to use a prog that 'interferes' with pe.
|
If it actually states 'interferes', then there is now problem.
In what way does a screenshot program interfere with
PE i ask myself? It doesn't. It take a "snapshot" of the current state of you videomemory bits

. I have written my own screenshot program that also works with
PE. But i neva have broken into the
PE code, nor do i need to access
PE when its running.
Technically speaking you just get yourself a handle of the desktop, device context 0. The copy the contents to a bitmap.
Looking is not interfering.
