David Moen Posted March 21, 2005 Report Share Posted March 21, 2005 I was thinking it would be useful to have the Get Pixel Color at a specific coordinate in a control. Is this something that can be added? Quote Link to comment Share on other sites More sharing options...
kevin Posted March 21, 2005 Report Share Posted March 21, 2005 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% Quote Link to comment Share on other sites More sharing options...
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.