| Author |
Message |
Topic: Possible "AHK_Mind" Offshoot... |
Dra_Gon
Replies: 1
Views: 288
|
Forum: General Chat Posted: Mon Feb 22, 2010 8:59 pm Subject: Possible "AHK_Mind" Offshoot... |
I have been busy with a lot of other stuff lately, but I saw this the other day and thought how cool it would be if there was someway to make AHK compatible with it.
It's MindSet, by NeuroSky.
http ... |
Topic: Can the tray icon be compiled into the exe file... |
Dra_Gon
Replies: 3
Views: 559
|
Forum: Ask for Help Posted: Mon Dec 15, 2008 4:39 pm Subject: Can the tray icon be compiled into the exe file... |
Take a look at this in the Docs {section under "Menu"}:
"Change the Tray Icon or ToolTip".
I think this might be what you're looking for. Plus, when you compile a script, you c ... |
Topic: 2 Great Programs - Freeware |
Dra_Gon
Replies: 19
Views: 7519
|
Forum: Utilities & Resources Posted: Mon Dec 15, 2008 4:16 pm Subject: 2 Great Programs - Freeware |
These 2 programs I use a LOT. Both are freeware and, IMHO, much better than the native Windows programs.
FreeCommander - A replacement for Explorer, with 2 panes and tabbed browsing {both of which ... |
Topic: Restart desktop (solved) |
Dra_Gon
Replies: 6
Views: 1468
|
Forum: Ask for Help Posted: Mon Dec 15, 2008 4:08 pm Subject: Restart desktop (solved) |
Oh, I forgot to add some info above. Since your TaskManager is being asaulted, you could try a program called Current Processes. It's free at http://www.nirsoft.net/utils/cprocess.html .
I use this ... |
Topic: DLLCall to Refresh TaskBar? |
Dra_Gon
Replies: 2
Views: 459
|
Forum: Ask for Help Posted: Mon Dec 15, 2008 3:57 pm Subject: DLLCall to Refresh TaskBar? |
| Yah, and I'm using part of it in my script {the TrayIcons(), though I'm still trying to figure out how to get it to count the icons when they're in my GUI}. I'll look it over again to see if there's a ... |
Topic: Restart desktop (solved) |
Dra_Gon
Replies: 6
Views: 1468
|
Forum: Ask for Help Posted: Mon Dec 15, 2008 1:19 am Subject: Restart desktop (solved) |
Sounds like there might be a program in the computer's StartUp folder:
C:\Documents and Settings\"username"\Start Menu\Programs\Startup
OR
C:\Documents and Settings\All Users\Start Menu ... |
Topic: DLLCall to Refresh TaskBar? |
Dra_Gon
Replies: 2
Views: 459
|
Forum: Ask for Help Posted: Sun Dec 14, 2008 11:23 pm Subject: DLLCall to Refresh TaskBar? |
Is there such an animal?
I'm making a script to put the Icons onto a gui {I got that mostly straightened out}, but the area of the TaskBar where the icons usually sit remains and I want it to go aw ... |
Topic: ToolTip in Gui |
Dra_Gon
Replies: 3
Views: 553
|
Forum: Ask for Help Posted: Sun Dec 14, 2008 10:12 pm Subject: ToolTip in Gui |
Going along with jaco0646's example, you can make variables which are control-specific. Here's what I mean:
Gui, Add, Text, w400, Show me a ToolTip!
SetTimer, ToolTip
Gui, Show, , MyGUI
va ... |
Topic: Hide/Show hidden files |
Dra_Gon
Replies: 3
Views: 569
|
Forum: Ask for Help Posted: Sun Dec 14, 2008 1:10 am Subject: Hide/Show hidden files |
That would be:
FileSetAttrib, Attributes [, FilePattern, OperateOnFolders?, Recurse?]
The thing is,you'll have to specify WHICH files you want hidden, unless you want 'em all hidden. For i ... |
Topic: [SOLVED] 6-10GuiContextMenu |
Dra_Gon
Replies: 4
Views: 567
|
Forum: Ask for Help Posted: Sat Dec 13, 2008 9:27 pm Subject: [SOLVED] 6-10GuiContextMenu |
Found it!
Gui 2:+LabelMyGui
Unfortunately, this will affect ALL GUI event labels for the GUI's you use this for. For instance, if on those GUI's {6-10} you put:
Gui 6:+Label6-10
Then y ... |
Topic: [SOLVED] 6-10GuiContextMenu |
Dra_Gon
Replies: 4
Views: 567
|
Forum: Ask for Help Posted: Sat Dec 13, 2008 9:14 pm Subject: [SOLVED] 6-10GuiContextMenu |
Depends on the code and what is being done with those GUI's. If you have the same Context Menu for each of your GUI's then I don't see a problem with it.
Also, when you're dealing with multiple GUI ... |
Topic: Displaying System usage time for one week |
Dra_Gon
Replies: 12
Views: 679
|
Forum: Ask for Help Posted: Fri Dec 12, 2008 5:36 pm Subject: Displaying System usage time for one week |
Sure, you can have an INI file keep track of each day's time as well as a total. Take a look at "EnvAdd" in the Docs. That should get ya started.
Ciao,
Dra'Gon |
Topic: Using laptop's fn key |
Dra_Gon
Replies: 1
Views: 1046
|
Forum: Ask for Help Posted: Fri Dec 12, 2008 5:24 pm Subject: Using laptop's fn key |
I just found this in the Docs. I don't know if it will help get the fn key info, but it might:
Special Keys
If your keyboard or mouse has a key not listed above, you might still be able to make it ... |
Topic: How to do if a=negative signe |
Dra_Gon
Replies: 4
Views: 1956
|
Forum: Ask for Help Posted: Fri Dec 12, 2008 5:16 pm Subject: How to do if a=negative signe |
HUH? Um, when you paste something from the clipboard {regardless of wherever you got it from in the first place} you can remove any unwanted characters.
I don't know if that answers your question b ... |
Topic: Help me improve this script... |
Dra_Gon
Replies: 9
Views: 530
|
Forum: Ask for Help Posted: Fri Dec 12, 2008 5:13 pm Subject: Help me improve this script... |
| Another thing, how did you find out the control you want is "ThunderRT6TextBox4"? If this isn't in an AHK script {Aspect Uniphi Connect} you can use the AU3_Spy.exe to find out EXACTLY what ... |
| |