> > Is there a program/application by which I can click (or press a given > key) anywhere on my computer screen and know the coordinates?
A bit more background on why you need to do this might help people to provide the information you need. When you say coordinates, I assume you mean the mouse position. Do you mean screen coordinates or client coordinates? (Screen are relative to top left of screen; client apply only to child windows or controls and are relative to top-left of main window). The built-in functions xmouse and ymouse give the screen coordinates to a script. The command exec windowinfo displays a small tooltip which has useful information about the mouse coordinates and the window below the mouse. ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
