| Author |
Message |
Topic: Open Vista Control Panel |
dandersahn
Replies: 4
Views: 274
|
Forum: Ask for Help Posted: Mon Feb 02, 2009 9:14 pm Subject: Open Vista Control Panel |
| Finally figured it out. I used the "copy address" function in the address bar, then created a new shortcut and pasted the address into the location field. The new shortcut doesn't work, bu ... |
Topic: Open Vista Control Panel |
dandersahn
Replies: 4
Views: 274
|
Forum: Ask for Help Posted: Mon Feb 02, 2009 8:59 pm Subject: Open Vista Control Panel |
| Yes and no. I have actually employed a number of those commands individually, but what I'm trying to do is open the window displaying *all* of those control panel items. The bizarre thing is that if ... |
Topic: Open Vista Control Panel |
dandersahn
Replies: 4
Views: 274
|
Forum: Ask for Help Posted: Mon Feb 02, 2009 4:24 pm Subject: Open Vista Control Panel |
| Does anyone know how to open the Vista "all control panel items" view via an AHK command? When "control.exe" is run through AHK, the vast majority of the control panel items are m ... |
Topic: New Folder In Explorer |
dandersahn
Replies: 2
Views: 297
|
Forum: Ask for Help Posted: Wed Nov 12, 2008 7:29 pm Subject: New Folder In Explorer |
| Thanks. That won't quite work for me because I don't use the full path title option for Explorer windows and it also won't work for "special" folders like "my documents". I would ... |
Topic: New Folder In Explorer |
dandersahn
Replies: 2
Views: 297
|
Forum: Ask for Help Posted: Wed Nov 12, 2008 6:18 pm Subject: New Folder In Explorer |
| I'm trying to create a hotkey to create a new folder in Windows Explorer. Doesn't seem like it should be hard, but I can't get it to work consistently. I have had no success with WinMenuSelectItem a ... |
Topic: Better Samurize Integration |
dandersahn
Replies: 0
Views: 210
|
Forum: Ask for Help Posted: Wed Oct 29, 2008 5:17 pm Subject: Better Samurize Integration |
| I'm looking for suggestions for a good way to integrate some functions that I have written in AHK into Samurize. If AHK had an easy way to display Alpha mapped partially transparent images on my desk ... |
Topic: Hide Taskbar Button for DllCall |
dandersahn
Replies: 2
Views: 201
|
Forum: Ask for Help Posted: Fri Oct 17, 2008 4:20 am Subject: Hide Taskbar Button for DllCall |
| Works perfectly. Thank you. |
Topic: Hide Taskbar Button for DllCall |
dandersahn
Replies: 2
Views: 201
|
Forum: Ask for Help Posted: Thu Oct 16, 2008 4:40 am Subject: Hide Taskbar Button for DllCall |
Is there any way to hide the taskbar button when making a DllCall that produces a dialog? I'm using the following code.
#NoTrayIcon
#NoEnv
#SingleInstance force
SHERB_NOCONFIRMATION := 1 ... |
Topic: Recycling Bin in System Tray |
dandersahn
Replies: 8
Views: 1545
|
Forum: Ask for Help Posted: Mon Oct 13, 2008 7:25 pm Subject: Recycling Bin in System Tray |
| Thanks. That worked perfectly. |
Topic: Recycling Bin in System Tray |
dandersahn
Replies: 8
Views: 1545
|
Forum: Ask for Help Posted: Mon Oct 06, 2008 7:32 pm Subject: Recycling Bin in System Tray |
Can anyone tell me how to modify this function to return total size of the items in the bins instead of the number of items?
Recycled(drv="") {
IfEqual, drv,, EnvGet, drv ... |
| |