| View previous topic :: View next topic |
| Author |
Message |
Sean
Joined: 12 Feb 2007 Posts: 1359
|
Posted: Sat Aug 11, 2007 5:00 am Post subject: Peeking DragDrop & Clipboard Data |
|
|
It'll peek the data, especially (unicode)text, of the DragDrop & Clipboard data.
BTW, the length of the text will be limited to 1023 bytes, but it can be easily circumvented using other string-related APIs, so I'll leave it to the users.
And, it may be combined with any HexViewer script as a full DragDrop/Clipboard data viewer.
To see the contents of the DragDrop, just drag and drop the source to the GUI.
And, press the hotkey #c to see the content of the current clipboard.
DOWNLOAD DragDrop.ahk.
Last edited by Sean on Tue Aug 21, 2007 5:13 am; edited 2 times in total |
|
| Back to top |
|
 |
g11414 Guest
|
Posted: Sat Aug 11, 2007 7:17 am Post subject: |
|
|
Thanks for sharing!  |
|
| Back to top |
|
 |
Hardeep
Joined: 02 Jul 2006 Posts: 87
|
Posted: Sat Aug 11, 2007 10:20 am Post subject: |
|
|
Very useful Thanks for sharing your work. |
|
| Back to top |
|
 |
Sean
Joined: 12 Feb 2007 Posts: 1359
|
Posted: Sat Aug 11, 2007 12:35 pm Post subject: |
|
|
Thanks guys!
I updated the script a little to detect unicode strings as possible as it can using Window's provided API. |
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4033 Location: Pittsburgh
|
Posted: Sat Aug 11, 2007 4:41 pm Post subject: |
|
|
| Fantastic! Thanks for figuring it out. Your script got into my list of favorite tools. |
|
| Back to top |
|
 |
skrommel
Joined: 30 Jul 2004 Posts: 180
|
Posted: Tue Apr 01, 2008 6:04 pm Post subject: |
|
|
A wish come true! Almost...
It crashes AutoHotkey when copying something from Internet Explorer, or it takes a break before continuing. Any ideas?
Skrommel _________________ www.1HourSoftware.com |
|
| Back to top |
|
 |
|