phapdaica12 Posted November 7, 2007 Posted November 7, 2007 I want getpixel in the clipboard. How to getpixel in the clipboard ? Please ......... I know you can!
Jex Posted November 7, 2007 Posted November 7, 2007 (edited) Maybe that will help : http://www.autoitscript.com/forum/index.ph...st&p=428027If im understand your question true...Edit: http://www.autoitscript.com/forum/index.ph...mp;#entry429161 I'm didn't understand what you want? Edited November 7, 2007 by Jex My scripts : Immediate Window , My Web Browser , Travian , Text Effect , Characters & Words per minute or second , Image Editor (ImageMagick) , Matrix style background effect ( Screensaver ) , Mail Sender , Protectlinks decoder and Rapidshare links checker , Fonts Fetcher , Region determine , Compare pictures , Gradient color box , Mouse Coordinates, Colors, Pixel Search things , Encrypt/Decrypt and embeding file in jpeg thing , Hard disk space monitor , Reflex game , Multiplayer Tic Tac Toe , WLM ( MSN ) personal message changer
phapdaica12 Posted November 7, 2007 Author Posted November 7, 2007 I think AutoIT should have a command for getpixel in the clipboard: Example: -------------------------------------------------------------------------------------- HotKeySet("{F9}", "Get") While 1 send("{PRINTSCREEN}") WEnd $1 = ClipGetImg $2 = PixelGetColor($1, 10 , 100 ) Func Get () MsgBox(0, "X,Y =:", $2[0] & "," & $2[1]) EndFunc -------------------------------------------------------------------------------------- Or: -------------------------------------------------------------------------------------- HotKeySet("{F9}", "Get") $1 = ClipPutImg $2 = ClipGetImg $3 = PixelGetColor($2, 10 , 100 ) Func Get () MsgBox(0, "X,Y =:", $3[0] & "," & $3[1]) EndFunc --------------------------------------------------------------------------------------
phapdaica12 Posted November 7, 2007 Author Posted November 7, 2007 I want getpixel in the clipboard clipboard clipboard clipboard!
phapdaica12 Posted November 7, 2007 Author Posted November 7, 2007 Maybe you'll understand if you read this topic http://www.autoitscript.com/forum/index.ph...mp;#entry429161
GaryFrost Posted November 7, 2007 Posted November 7, 2007 Topics Merged, doesn't belong in feature request. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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