12-23-2018, 07:58 PM
Example with Paint program.
To test:
Run Paint.
Run this macro.
In Paint select pure red color using the Edit Colors dialog. Must be red 255, green 0, blue 0.
Draw red at point 15 162 relative to the client area. The macro should print "red".
Undo. The macro should print "not red".
Redo and Undo to test repeating.
Macro Macro122
To test:
Run Paint.
Run this macro.
In Paint select pure red color using the Edit Colors dialog. Must be red 255, green 0, blue 0.
Draw red at point 15 162 relative to the client area. The macro should print "red".
Undo. The macro should print "not red".
Redo and Undo to test repeating.
Macro Macro122