Hi... I have a small script that automates a few clicks and control sends. However, I have a problem running the same script successfully using monitor resolutions different than mine. For example: My desktop resolution is 1440 x 905 An accurate/working instruction/line in my script that clicks on a radio button reads like this: MouseClick("left",333,15,1,0) However, if I want to do the same in another machine with a resolution of 1366 x 768 the line above fails. The equivalent