gianolif Posted May 22, 2003 Posted May 22, 2003 I am trying to find the pixel colour under the mouse. Any help appreciated. Quote
Moderators Robby Posted May 23, 2003 Moderators Posted May 23, 2003 You can use GetPixel and GetDC.... Private Declare Function GetPixel Lib "gdi32" (ByVal hdc As Integer, ByVal X As Integer, ByVal Y As Integer) As Integer Private Declare Function GetDC Lib "user32" (ByVal hwnd As Integer) As Integer Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.