PcExpert Posted December 12, 2007 Posted December 12, 2007 Hi all, How to get the color of a hyperlink? When I place my cursor on the link to view the color with the au3info tool it changes to the mouseover color. Thanks!
PsaltyDS Posted December 12, 2007 Posted December 12, 2007 Hi all,How to get the color of a hyperlink? When I place my cursor on the link to view the color with the au3info tool it changes to the mouseover color.Thanks!If you have the X/Y coordinates to move the mouse to, then you can PixelGetColor() there instead. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
PcExpert Posted December 12, 2007 Author Posted December 12, 2007 Thanks, but how do I know that its the link color, not the background color?
PsaltyDS Posted December 12, 2007 Posted December 12, 2007 Thanks, but how do I know that its the link color, not the background color?I thought you had the exact X/Y coord of the point you were interested in.Perhaps this is a better track:Get an object reference to the link with _IELinkGetCollection(), and then get the color for that object with $iColor = $oLink.style.color Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
therks Posted December 13, 2007 Posted December 13, 2007 Hi all,How to get the color of a hyperlink? When I place my cursor on the link to view the color with the au3info tool it changes to the mouseover color.Thanks!Print screen.Run MSPaint.exePaste.Mouseover the picture of the link text, check Au3Info. My AutoIt Stuff | My Github
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