| Author |
Message |
Topic: Read remote file |
tuna
Replies: 2
Views: 63
|
Forum: Ask for Help Posted: Sat Feb 27, 2010 4:55 pm Subject: Read remote file |
Hi, is there any way I can read a file remotely just by knowing another computer's IP?
Thanks |
Topic: Problem child windows |
tuna
Replies: 3
Views: 117
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 2:23 am Subject: Problem child windows |
| Hi, anyone any suggestions? Thanks |
Topic: Problem child windows |
tuna
Replies: 3
Views: 117
|
Forum: Ask for Help Posted: Wed Feb 17, 2010 11:30 am Subject: Problem child windows |
| Thanks. Yes, I'm talking about my own GUIs. I'm writing a sales and stock tracking database and so there will me multiple tables which I will need multiple child windows for. |
Topic: Problem child windows |
tuna
Replies: 3
Views: 117
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 11:25 pm Subject: Problem child windows |
| Hello, is there any way to set the boundaries of a child window within a parent window? For example, if I maximise the child window it doesn't just fill the the whole parent window, just a predefined ... |
Topic: Control Anchoring v4 for resizing windows |
tuna
Replies: 168
Views: 35509
|
Forum: Scripts & Functions Posted: Sun Jan 31, 2010 6:44 am Subject: Control Anchoring v4 for resizing windows |
| Yeah, second that. |
Topic: Windows activate message |
tuna
Replies: 5
Views: 123
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 1:35 am Subject: Windows activate message |
| Sorry, I forgot to mention that I was hoping to avoid timers. Thanks. |
Topic: Windows activate message |
tuna
Replies: 5
Views: 123
|
Forum: Ask for Help Posted: Fri Jan 29, 2010 7:53 pm Subject: Windows activate message |
| Thanks, but I need to detect when any window is being activated, not just keep tracking a particular one. |
Topic: Windows activate message |
tuna
Replies: 5
Views: 123
|
Forum: Ask for Help Posted: Fri Jan 29, 2010 7:10 pm Subject: Windows activate message |
| Hi, is there any message that the system sends when a new window is activated? I need to detect when the user changes from window to window and I'm hoping to do this via onmessage hopefully. I've look ... |
Topic: Getting file copy/move speed |
tuna
Replies: 3
Views: 94
|
Forum: Ask for Help Posted: Mon Dec 28, 2009 10:55 pm Subject: Getting file copy/move speed |
| Thanks - what I mean is, for example, when my script is copying a 4GB file, I can get info on how many MB/s the file is currently copying at. |
Topic: Getting file copy/move speed |
tuna
Replies: 3
Views: 94
|
Forum: Ask for Help Posted: Mon Dec 28, 2009 8:07 pm Subject: Getting file copy/move speed |
| Is it possible to access information on the speed at which a file is being written during a file operation? Many scripts have relied upon simply timing the file operation itself then dividing the file ... |
Topic: Cannot use winset with 0x8 exstyle |
tuna
Replies: 4
Views: 144
|
Forum: Ask for Help Posted: Fri Oct 02, 2009 3:23 pm Subject: Cannot use winset with 0x8 exstyle |
| Thanks for your reply. However, I'm certain that ahk_id %winid% is valid (window does exist) since the all other exstyles/styles can be applied successfully, just not 0x8. Also, I'm running windows V ... |
Topic: Cannot use winset with 0x8 exstyle |
tuna
Replies: 4
Views: 144
|
Forum: Ask for Help Posted: Fri Oct 02, 2009 2:46 pm Subject: Cannot use winset with 0x8 exstyle |
Hi, I was wondering why I can't use winset with 0x8 (topmost) like:
WinSet, Exstyle, ^0x8, ahk_id %winid%
I get no effect on the target window and also Errorlevel = 1, indicating a failure. What am ... |
Topic: Ternary Operator Documentation |
tuna
Replies: 4
Views: 405
|
Forum: Ask for Help Posted: Tue Oct 28, 2008 8:10 am Subject: Ternary Operator Documentation |
sorry - my bad - its getting to late for this...  |
Topic: Ternary Operator Documentation |
tuna
Replies: 4
Views: 405
|
Forum: Ask for Help Posted: Tue Oct 28, 2008 7:16 am Subject: Ternary Operator Documentation |
| It's not a major issue but it's caused me enough confusion to report this. The documentation of the use of the ternary operator is inconsistent as sometimes it is x := foo > bar ? true : fa ... |
Topic: How is hash (#) key represented in AutoHotKey? |
tuna
Replies: 8
Views: 670
|
Forum: Ask for Help Posted: Mon Oct 27, 2008 2:25 am Subject: How is hash (#) key represented in AutoHotKey? |
cheers, but unlike sri, I actually need to assign the hash key itself as a hotkey, not the win keys.
Many thanks
Edit
For the hash hotkey use +3:: or its scancode
I've got a UK keyboard layout ... |
| |