Good morning
Where is the address of the total screen, these which hi see.
Hi can to read pixel colors but at the screen use only. How hi can to do this out my window.
Thank you.
Hi Victor,
If you are asking for the address of the actual display buffer, under Windows it is not directly accessible. But you can generally access an emulated display buffer from a DOS program running under Windows.
you can use GetPixel API (gdi32) to get any pixel of the screen.
Likewise use SetPixel to draw a pixel. But these functions are awfully slow AFAIK
Thomas :U