Jump to content
Macro Express Forums

Get Pixel Color


David Moen

Recommended Posts

The best way to request a feature is to enter it into our 'Request a Feature' web page. This is accessible from by visiting www.macros.com/support.htm and clicking Request a Feature, by visiting www.macros.com/bugreport.htm or by clicking Options, Configure Bug Reporter, and then clicking on the 'Request a Feature' link.

 

In the meantime, you can accomplish the same thing using existing macro commands. Try something like this:

Get Control %C1% (Inbox - Microsoft Outlook: SUPERGRID)
Variable Set Integer %N1% from Control %C1% Left
Variable Set Integer %N2% from Control %C1% Top
Variable Modify Integer: %N1% = %N1% + 14
Variable Modify Integer: %N2% = %N2% + 103
Get Pixel: Screen Coords: %N1%,%N2% into %N1%

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...