| Author |
Message |
Topic: guicontrol text why the little comma |
userabuser
Replies: 2
Views: 324
|
Forum: Ask for Help Posted: Sun Nov 15, 2009 5:58 pm Subject: guicontrol text why the little comma |
Extra comma:
GuiControl,, chosen_profile, , %euserprofile%
Remove the red comma
Oh for goodness sake.. Been staring at this way to long I guess.. How stupid of me!
Thanks for the quick ... |
Topic: guicontrol text why the little comma |
userabuser
Replies: 2
Views: 324
|
Forum: Ask for Help Posted: Sun Nov 15, 2009 5:43 pm Subject: guicontrol text why the little comma |
On the code snippet below, When I first click on "current profile", then hit cancel, I get a little comma added to the text. I'd like the little comma to go away...
#NoEnv ; Recom ... |
Topic: Day Trader Stock Program |
userabuser
Replies: 11
Views: 5406
|
Forum: Scripts & Functions Posted: Thu Jan 03, 2008 3: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: 2482
|
Forum: Scripts & Functions Posted: Sun Dec 30, 2007 6: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: 469
|
Forum: Ask for Help Posted: Wed Sep 19, 2007 5: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: 774
|
Forum: Ask for Help Posted: Tue Sep 18, 2007 4: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: 774
|
Forum: Ask for Help Posted: Tue Sep 18, 2007 4: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: 8286
|
Forum: Scripts & Functions Posted: Thu Jan 11, 2007 4: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: 8286
|
Forum: Scripts & Functions Posted: Wed Jan 10, 2007 5: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: 8286
|
Forum: Scripts & Functions Posted: Tue Jan 09, 2007 3: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: 8286
|
Forum: Scripts & Functions Posted: Tue Jan 09, 2007 6: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: 489
|
Forum: Ask for Help Posted: Mon Jan 08, 2007 11:50 pm 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: 547
|
Forum: Ask for Help Posted: Sun Jan 07, 2007 6: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: 596
|
Forum: Ask for Help Posted: Thu Oct 12, 2006 2: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: 145
Views: 22251
|
Forum: Scripts & Functions Posted: Tue Sep 05, 2006 11:52 am 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
... |
| |