| Author |
Message |
Topic: Day Trader Stock Program |
userabuser
Replies: 10
Views: 1802
|
Forum: Scripts & Functions Posted: Thu Jan 03, 2008 4:03 am Subject: Day Trader Stock Program |
I have begun to modify what soggy dog did here. However, as you see, I'd like to ad a column to google(finance) the %nam%
I'd appreciate some thoughts now how to make it clickable.
;By NerdyGu ... |
Topic: autodownloader to keep software current |
userabuser
Replies: 0
Views: 705
|
Forum: Scripts & Functions Posted: Sun Dec 30, 2007 7:09 pm Subject: autodownloader to keep software current |
| Here is something I put together some time ago. I always meant to continue with it, fancy it up. Though I do run it as a scheduled task to keep my software up to date, I've never gone back to work on ... |
Topic: ReadFile and stringsplit |
userabuser
Replies: 2
Views: 167
|
Forum: Ask for Help Posted: Wed Sep 19, 2007 6:29 am Subject: ReadFile and stringsplit |
I'm attempting to read lines in a file and use those lines for WinClose, however, I don't seem to be getting the string split properly.
BTW, the reason I'm using fileread is so I don't have to ... |
Topic: Close My Computer with CLSID? |
userabuser
Replies: 11
Views: 316
|
Forum: Ask for Help Posted: Tue Sep 18, 2007 5:37 am Subject: Close My Computer with CLSID? |
are you in Vista or XP?
WinXP, running under virtualbox, inside linux of course.  |
Topic: Close My Computer with CLSID? |
userabuser
Replies: 11
Views: 316
|
Forum: Ask for Help Posted: Tue Sep 18, 2007 5:17 am Subject: Close My Computer with CLSID? |
just WinClose, My Computer
Oddly enough, I can not close My Computer or My Documents with winclose, My Computer or winclose, My Documents. WinKill also does not work.
Though other windows like ... |
Topic: Messagebox-Creator |
userabuser
Replies: 27
Views: 3838
|
Forum: Scripts & Functions Posted: Thu Jan 11, 2007 5:28 am Subject: Messagebox-Creator |
I vote #2 as well..
As for the ini file, I think your defaults are sane and most of my msgboxs change so defaults don't matter much.
Thanks for your work.. Sorry to be picking on ya...  |
Topic: Messagebox-Creator |
userabuser
Replies: 27
Views: 3838
|
Forum: Scripts & Functions Posted: Wed Jan 10, 2007 6:44 pm Subject: Messagebox-Creator |
| I may have to back up a little here.. Your original has top->down flow, which is much more functional.. And we "have" to have the results box,because that will help us see the code as ... |
Topic: Messagebox-Creator |
userabuser
Replies: 27
Views: 3838
|
Forum: Scripts & Functions Posted: Tue Jan 09, 2007 4:23 pm Subject: Messagebox-Creator |
Truth be told, I like philho's layout better. (Sorry Thalon) But for me, functionality always wins. Thus Thalon's is the one I use.  |
Topic: Messagebox-Creator |
userabuser
Replies: 27
Views: 3838
|
Forum: Scripts & Functions Posted: Tue Jan 09, 2007 7:21 am Subject: Messagebox-Creator |
| Could someone put this in the catalog of all scripts. It's handy as a shirt on a pocket! |
Topic: runonce problem solved |
userabuser
Replies: 0
Views: 178
|
Forum: Ask for Help Posted: Tue Jan 09, 2007 12:50 am Subject: runonce problem solved |
Since this one gave me a bit of trouble, I thought I'd post it for others...
When you do a runonce registry key, sometimes you do not get the results you expected. To work around this, it may be he ... |
Topic: Leave message box after program exit |
userabuser
Replies: 3
Views: 214
|
Forum: Ask for Help Posted: Sun Jan 07, 2007 7:10 pm Subject: Leave message box after program exit |
I'm sure this has been done a million time, but I can not find it by searching the forum.
I'd like to leave a information box up after program exit. Preferably one that only last 30 seconds or so.
... |
Topic: how to update software packages on server |
userabuser
Replies: 6
Views: 308
|
Forum: Ask for Help Posted: Thu Oct 12, 2006 3:28 pm Subject: how to update software packages on server |
this is a probable solution by skrommel -> http://www.donationcoder.com/Forums/bb/index.php?topic=3755.0
Thanks for posting this. I actually "rolled my own" after I'd started this thre ... |
Topic: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
userabuser
Replies: 140
Views: 10060
|
Forum: Scripts & Functions Posted: Tue Sep 05, 2006 12:52 pm Subject: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
May want to turn tooltips off when you move off the control.
If (A_GuiControl <> ToolTipPrevControl) {
ToolTip ; Turn off tooltip if you moved off control
... |
Topic: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
userabuser
Replies: 140
Views: 10060
|
Forum: Scripts & Functions Posted: Sun Sep 03, 2006 5:10 am Subject: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
In the next release the Text above the Format field, will have this text:
"List of Choices (pipe-delimited)" for dropdownlist type
"Format (e.g. dddd MMMM d, yyyy hh:mm:ss)" for ... |
Topic: Plug'n'Play GUI Settings Editor for your scripts (Version 6) |
userabuser
Replies: 140
Views: 10060
|
Forum: Scripts & Functions Posted: Sat Sep 02, 2006 4:13 pm Subject: DropDown Boxes |
I've a 2 questions on the Dropdown boxes.
1. What format to put the List of Choices in? Comma separated does not seem to work.
2. What is the "Field Options" box for?
I appologize i ... |
| |