Hi, I'm trying to make a script that, via a hotkey, calls forth a ContextMenu anywhere on the screen (for manipulating text..etc.). Now the issue is how to allow a hotkey to be shown anywhere - without it being limited to a specific GUI or control. The following code mashup frm the helpfile on GUICtrlCreateContextMenu is what I got so far - it might work if I could get the GUI hidden away and the "TrackPopupMenu" function to show the ContextMenu at the mouse cursor location. However I still beli