I just need to send the table to the back
#2
ahk script to send table under the mouse to the bottom:

Code:
f2::
      MouseGetPos,,, win
      WinSet, Bottom,, ahk_id%win%
return
obviously change f2 to the hotkey you want

did i just help a user to NOT use my program? heh, goodluck. keep us in mind
Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Username::
Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)
Please select the number: 2
1 2 3 4 5 6 7 8 9 10

Messages In This Thread
I just need to send the table to the back - by BWillie on 2+2 - 06-10-2011, 06:00 PM
RE: I just need to send the table to the back - by SaT_Admin - 06-10-2011, 07:26 PM