<Snip>
>Coincidentally, today I'm working on a VISTA macro to make this cursor point 
>and shootable

>Dana

Here's the one I'm using:

**********************************************************************
*   LookAt Macro - Bound to ALT+RMB
**********************************************************************

Key("MoveCursor")          ;* move cursor to mouse position
Key("SelectWord")          ;* select word at mouse position
text = Screen(StartRow,StartCol,EndCol-StartCol+1)  ;* get selected text

*-------- handle url links on the screen -----------------------------
URL="http://publibz.boulder.ibm.com/cgi-bin/os390/lookat?msgid="+text+"&release=ZOS%2FV1R13";
* MessageBox("URL: "+URL)
  Key("Reset")
  ShellExecute("open",URL,"","",1)

exit

I have it bound to ALT+ the right mouse button.  Works like a champ.

Most of the credit should go to a previous post on this forum, which showed me 
the way.
 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to