wahoyaho Posted November 21, 2007 Posted November 21, 2007 (edited) I can only seem to get the pixel color of what's being rendered, is it possible to get the color of the pointer/cursor itself? So I know when it changes to a different cursor icon. The cursors are all custom so I can't use MouseGetCursor() Edited November 21, 2007 by wahoyaho
FireLord Posted November 21, 2007 Posted November 21, 2007 I can only seem to get the pixel color of what's being rendered, is it possible to get the color of the pointer/cursor itself? So I know when it changes to a different cursor icon.The cursor is always the same isn't it? White. [center]See the Helpfile[/center] While Alive() DrinkWine(); }[center][/center]
Nahuel Posted November 21, 2007 Posted November 21, 2007 (edited) MouseGetCursor() no good? -edit- Oh, I see.. never mind. Edited November 21, 2007 by Nahuel
wahoyaho Posted November 21, 2007 Author Posted November 21, 2007 How can I read pixels of a bitmap that I know the handle of?
Drew Posted November 21, 2007 Posted November 21, 2007 (edited) Um I may be misunderstanding the question, but could you just take a screenshot of your cursor and use the window info tool and get the color? Or is this part of something a bit more complicating >< Excuse me If I misunderstood. But when something changes do you want a notification? I read something about PixelCheckSum in my go at reading the entire help file. You could set that up to tell you via MsgBox if/when it changes ( if thats what your wanting ) Again, Excuse me if I misunderstood. Edited November 21, 2007 by Drew
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now