| Author |
Message |
Topic: Get highlighted text |
deletarus
Replies: 4
Views: 156
|
Forum: Ask for Help Posted: Thu Dec 20, 2007 3:00 am Subject: Get highlighted text |
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 ... |
Topic: Get highlighted text |
deletarus
Replies: 4
Views: 156
|
Forum: Ask for Help Posted: Thu Dec 20, 2007 2:06 am Subject: Get highlighted text |
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 s ... |
Topic: Check file extensions |
deletarus
Replies: 3
Views: 266
|
Forum: Ask for Help Posted: Thu Dec 13, 2007 7:03 am Subject: Check file extensions |
| Good call, thanks. |
Topic: Check file extensions |
deletarus
Replies: 3
Views: 266
|
Forum: Ask for Help Posted: Thu Dec 13, 2007 6:07 am Subject: Check file extensions |
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 t ... |
Topic: Never in focus window (or click throughable) |
deletarus
Replies: 23
Views: 814
|
Forum: Ask for Help Posted: Thu Dec 13, 2007 12:11 am Subject: Never in focus window (or click throughable) |
Well, it looks like we got that one figured out.
Thanks a lot to all who contributed, and happy coding. |
Topic: Never in focus window (or click throughable) |
deletarus
Replies: 23
Views: 814
|
Forum: Ask for Help Posted: Sun Dec 09, 2007 12:53 am Subject: Never in focus window (or click throughable) |
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 " ... |
Topic: Never in focus window (or click throughable) |
deletarus
Replies: 23
Views: 814
|
Forum: Ask for Help Posted: Sat Dec 08, 2007 11:33 pm Subject: Never in focus window (or click throughable) |
| 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 ... |
Topic: Never in focus window (or click throughable) |
deletarus
Replies: 23
Views: 814
|
Forum: Ask for Help Posted: Sat Dec 08, 2007 10:00 pm Subject: Never in focus window (or click throughable) |
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 ... |
Topic: Never in focus window (or click throughable) |
deletarus
Replies: 23
Views: 814
|
Forum: Ask for Help Posted: Sat Dec 08, 2007 8:58 pm Subject: Never in focus window (or click throughable) |
| 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 clic ... |
| |