| Author |
Message |
Forum: Support Topic: Get highlighted text |
| deletarus |
|
Posted: December 20th, 2007, 3:00 am
|
|
Replies: 4 Views: 468
|
| Intriguing. How does that work? How does it access the full path of the file? That is very similar to what I would like to do, but without having to click on anything. Would there be a way to get the same functionality without having to click on the file? Also, with that script, when I drag a file t... |
|
 |
Forum: Support Topic: Get highlighted text |
| deletarus |
|
Posted: December 20th, 2007, 2:06 am
|
|
Replies: 4 Views: 468
|
| I'm looking for a way to access text that is highlighted, not necessarily selected. The exact situation is this, I have a folder class window open (just a folder with subfolders), one of them was selected, the window is no longer active and I want to be able to get the selected folder's name without... |
|
 |
Forum: Support Topic: Check file extensions |
| deletarus |
|
Posted: December 13th, 2007, 7:03 am
|
|
Replies: 3 Views: 841
|
|
 |
Forum: Support Topic: Check file extensions |
| deletarus |
|
Posted: December 13th, 2007, 6:07 am
|
|
Replies: 3 Views: 841
|
| I'm trying to loop through files and check their extensions to see if they are images, if they are, I want to add them to a list. This is what I'm trying, but Autohotkey won't let me. it gives me this error Error: The following variable name contains an illegal character: "slctemple.jpg" .... |
|
 |
Forum: Support Topic: Never in focus window (or click throughable) |
| deletarus |
|
Posted: December 13th, 2007, 12:11 am
|
|
Replies: 26 Views: 2341
|
Well, it looks like we got that one figured out.
Thanks a lot to all who contributed, and happy coding. |
|
 |
Forum: Support Topic: Never in focus window (or click throughable) |
| deletarus |
|
Posted: December 9th, 2007, 12:53 am
|
|
Replies: 26 Views: 2341
|
| http://www.codeproject.com/KB/vb/ClickThroughWindows.aspx?df=100&forumid=262268&exp=0&select=1354593 Truth be told, this trick is ridiculously easy to pull off. To make a form "click-through", all you need to do is: 1. Grab the current value of the Extended Style attributes for... |
|
 |
Forum: Support Topic: Never in focus window (or click throughable) |
| deletarus |
|
Posted: December 8th, 2007, 11:33 pm
|
|
Replies: 26 Views: 2341
|
| That keyboard does get focus when you click on it though, and the winset, region looks like it will "poke a hole" in the window. What I'm looking for is a way to essentially overly a pic or text on the screen transparently that won't affect anything else. For example you could have a full ... |
|
 |
Forum: Support Topic: Never in focus window (or click throughable) |
| deletarus |
|
Posted: December 8th, 2007, 10:00 pm
|
|
Replies: 26 Views: 2341
|
That may have something I can use. I'll try and make it work.
From what I can gather, I may be able to pass through the clicks using this
If anyone has a way to just force a window to never have focus, (or if I'm missing something in this example) let me know, it would be much appreciated. |
|
 |
Forum: Support Topic: Never in focus window (or click throughable) |
| deletarus |
|
Posted: December 8th, 2007, 8:58 pm
|
|
Replies: 26 Views: 2341
|
| I'm trying to write a script that will allow a window to be "click throughable" That is, it will be a transparent window (right now it is a autoHotkey GUI) that when it receives a mouse click it will pass that click (or any other event) to the window beneath it or the desktop. One simple w... |
|
 |
| Sort by: |