ekrandan bilgi okumak

Başlatan inves, 20 Eylül 2003, 13:03:17

inves

form üzerine pset komutuyla aktarılan bilgileri geriye okumak için ne yapabilirim.Teşekkürler :?:

enderun

getpixel api'sini kullanarak pset ettiğin pixelin renk kodunu öğrenebilirsin...


Declare Function GetPixel Lib "gdi32" Alias "GetPixel" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long

· hdc
Identifies the device context.

· nXPos
Specifies the logical x-coordinate of the pixel to be examined.

· nYPos
Specifies the logical y-coordinate of the pixel to be examined.