| Author |
Message |
Topic: StdoutToVar |
daniel2
Replies: 51
Views: 9694
|
Forum: Scripts & Functions Posted: Wed Oct 08, 2008 12:15 am Subject: StdoutToVar |
| Perfect! After downloading again, it works exactly as expected. Thanks again Sean! |
Topic: StdoutToVar |
daniel2
Replies: 51
Views: 9694
|
Forum: Scripts & Functions Posted: Sun Oct 05, 2008 4:07 pm Subject: StdoutToVar |
As it's easy to incorporate the custom callback function into StdoutToVar_CreateProcess() I implemented it. You can pass the custom function name to bStream instead of True.
Wow. I didn't realize t ... |
Topic: StdoutToVar |
daniel2
Replies: 51
Views: 9694
|
Forum: Scripts & Functions Posted: Sat Oct 04, 2008 1:26 pm Subject: StdoutToVar |
| Streaming ability was added to StdCreateProcess(). If specify the parameter bStream to True it'll create a console window and display line-by-line the result, in addition to returning the result as a ... |
Topic: How can I interrupt this line or command ? |
daniel2
Replies: 3
Views: 197
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 12:29 am Subject: How can I interrupt this line or command ? |
| Are you trying to repeat sending your send line 10000 times, or are you trying to send one time- but it just has a bunch of separate lines in it? Anyway, this is how I interpreted what you were tryin ... |
Topic: Hotkeys don't last |
daniel2
Replies: 2
Views: 95
|
Forum: Ask for Help Posted: Wed Sep 17, 2008 9:38 am Subject: Hotkeys don't last |
| Sounds like you script isn't running anymore. Are you logging off, or shutting your computer down overnight? If so, you probably just need to start your script again after you boot back up. |
Topic: AutoHotkey Forum RSS Reader |
daniel2
Replies: 8
Views: 454
|
Forum: Scripts & Functions Posted: Wed Sep 17, 2008 9:27 am Subject: AutoHotkey Forum RSS Reader |
| Have you seen [url=http://www.autohotkey.com/forum/topic27155.html]RSS Reader 0.2? |
Topic: ISense 1.5.4 |
daniel2
Replies: 271
Views: 29092
|
Forum: Scripts & Functions Posted: Fri Jul 11, 2008 10:48 pm Subject: ISense 1.5.4 |
| Thanks for updating this! Having functions available makes this so much more useful! |
Topic: Embed an Internet Explorer control in your AHK Gui via COM |
daniel2
Replies: 193
Views: 27957
|
Forum: Scripts & Functions Posted: Wed Feb 20, 2008 9:29 pm Subject: Embed an Internet Explorer control in your AHK Gui via COM |
| One somewhat major problem I'm experiencing using the latest CoHelper.ahk and this new IE4AHK COM code is that the main scroll bar doesn't appear, and you can't use pageup/pagedown/arrowup/arrowdown t ... |
Topic: Register callback...I need help or better understanding. |
daniel2
Replies: 21
Views: 1033
|
Forum: Ask for Help Posted: Sun Aug 05, 2007 3:28 am Subject: Register callback...I need help or better understanding. |
| I'm eagerly waiting for someone else to attempt RegisterCallback as a communication means across different machines. :lol:Well- the intent wasn't across different machines.. but different processes o ... |
Topic: Register callback...I need help or better understanding. |
daniel2
Replies: 21
Views: 1033
|
Forum: Ask for Help Posted: Sat Aug 04, 2007 9:14 pm Subject: Register callback...I need help or better understanding. |
| From the sourcecode it seems that the address returned from registercallback is to an internal ahk structure which, in turn, holds the adress of the registered functionInteresting.. |
Topic: Register callback...I need help or better understanding. |
daniel2
Replies: 21
Views: 1033
|
Forum: Ask for Help Posted: Sat Aug 04, 2007 9:11 pm Subject: Register callback...I need help or better understanding. |
| I am perfectly capable of creating the message handlers and everything else, i don't need someone's script to do that.Yeah.. I wasn't doubting you already had a workaround in place; I just wanted to p ... |
Topic: [module] ScrollBar 1.1 |
daniel2
Replies: 7
Views: 1540
|
Forum: Scripts & Functions Posted: Fri Aug 03, 2007 5:09 pm Subject: [module] ScrollBar 1.1 |
Wow! No dll.......
Whats next? SBar_Anchor()  |
Topic: Sign in to gmail automatically |
daniel2
Replies: 37
Views: 11767
|
Forum: Ask for Help Posted: Fri Aug 03, 2007 4:15 pm Subject: Sign in to gmail automatically |
| Take a look at [url=http://www.autohotkey.com/forum/viewtopic.php?p=97512#97512]this post. |
Topic: GUI Tabs - Transfer Control Contents Across Tabs? |
daniel2
Replies: 2
Views: 264
|
Forum: Ask for Help Posted: Fri Aug 03, 2007 3:36 pm Subject: Re: GUI Tabs - Transfer Control Contents Across Tabs? |
I know I can't re-use the same variable name in different tabs, but I'm wondering if there's a way to get the account number entered in the service tab to carry over into the supplies tab.
You could ... |
Topic: Register callback...I need help or better understanding. |
daniel2
Replies: 21
Views: 1033
|
Forum: Ask for Help Posted: Fri Aug 03, 2007 5:02 am Subject: Register callback...I need help or better understanding. |
| i believe nircmd from www.nirsoft.net allows you to read a processes memoryI believe the point of this thread was to establish communication from one script to another (for passing values back and for ... |
| |