| Author |
Message |
Topic: Windos 7: taskbar icons and labels |
Puzzled Greatly
Replies: 0
Views: 34
|
Forum: Ask for Help Posted: Fri Feb 10, 2012 12:23 am Subject: Windos 7: taskbar icons and labels |
| If the Windows 7 taskbar is set to "Never combine" it shows a label with each icon. This [url=http://www.mydigitallife.info/never-combine-icons-or-only-combine-when-full-but-hide-labels-in-w ... |
Topic: Close all user opened windows? [Win 7 64 bit] |
Puzzled Greatly
Replies: 5
Views: 142
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 3:05 am Subject: Close all user opened windows? [Win 7 64 bit] |
Within the loop, use wingetclass or wingettitle on the ahk_id %this_id% to get more info about each window.
If you find a match that you don't want to close,
execute the command "continue" ... |
Topic: Close all user opened windows? [Win 7 64 bit] |
Puzzled Greatly
Replies: 5
Views: 142
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 3:56 am Subject: Close all user opened windows? [Win 7 64 bit] |
I was using the following code to close open windows:
; CLOSE ALL WINDOWS
#sleep::
MsgBox, 52, closeOPEN, Close All Open Windows?
IfMsgBox No
return
WinGet, ID, List, , , Program M ... |
Topic: Gui Alwaysontop and FileSelectFolder |
Puzzled Greatly
Replies: 1
Views: 46
|
Forum: Ask for Help Posted: Mon Jan 30, 2012 4:27 am Subject: Solved |
I just figured out what the help file meant. I needed to put +Owndialogs code in the code launched by the button.
GP |
Topic: Gui Alwaysontop and FileSelectFolder |
Puzzled Greatly
Replies: 1
Views: 46
|
Forum: Ask for Help Posted: Mon Jan 30, 2012 4:21 am Subject: Gui Alwaysontop and FileSelectFolder |
I have a gui with a button to initiate selecting a folder. I used this code at the beginning of the gui:
Gui, 1: +OwnDialogs +AlwaysOnTop
The fileselectfolder dialogue is appearing under the g ... |
Topic: Activating CorelDraw X5 subwindows |
Puzzled Greatly
Replies: 0
Views: 43
|
Forum: Ask for Help Posted: Fri Jan 27, 2012 1:48 am Subject: Activating CorelDraw X5 subwindows |
| CorelDraw X5 can have multiple files open. Their names are listed in winspy visible windows text. With windows 7 they are also listed if I click on CorelDraw's button in the taskbar (I'm using Windows ... |
Topic: Not always on top - problems with stacking order |
Puzzled Greatly
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Wed Jan 25, 2012 11:42 pm Subject: Not always on top - problems with stacking order |
| Thanks for the replies. CodeKiller, from my understanding of IfWinActive and WinGetActiveTitle the buttons would be hidden once the application was not active, regardless of whether it was visible or ... |
Topic: Not always on top - problems with stacking order |
Puzzled Greatly
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Wed Jan 25, 2012 1:16 pm Subject: Not always on top - problems with stacking order |
| I have 2 GUIs. I use a timer to keep their position relative to a the application they act as buttons for. I know how to hide the GUIs if the application window is minimised and show them again if it ... |
Topic: Gui With no border |
Puzzled Greatly
Replies: 4
Views: 117
|
Forum: Ask for Help Posted: Wed Jan 25, 2012 4:47 am Subject: Gui With no border |
Thanks, the Gui, Margin command was what I needed.
GP |
Topic: Gui With no border |
Puzzled Greatly
Replies: 4
Views: 117
|
Forum: Ask for Help Posted: Wed Jan 25, 2012 3:39 am Subject: Gui With no border |
| I think winspy is giving the right dimensions. The transparency shows me the gui is bigger than the png file. I need an exact fit because I am trying to make a custom button float on top of a none ahk ... |
Topic: Gui With no border |
Puzzled Greatly
Replies: 4
Views: 117
|
Forum: Ask for Help Posted: Wed Jan 25, 2012 2:07 am Subject: Gui With no border |
How can I make a gui exactly the same size as the picture it contains? I tried this code:
CustomColor = EEAA99
GUI, 1:Color, %CustomColor%
GUI, 1:+AlwaysOnTop -Border -SysMenu +Owner -Ca ... |
Topic: Focus on file in Existing Windows Explorer Window? |
Puzzled Greatly
Replies: 4
Views: 97
|
Forum: Ask for Help Posted: Mon Jan 23, 2012 4:58 am Subject: Focus on file in Existing Windows Explorer Window? |
Thanks for the send idea, it does avoid closing the window. I'd like a more polished solution but have no idea where to start with the microsoft pages you linked to. Cheers
GP |
Topic: Focus on file in Existing Windows Explorer Window? |
Puzzled Greatly
Replies: 4
Views: 97
|
Forum: Ask for Help Posted: Mon Jan 23, 2012 3:35 am Subject: Focus on file in Existing Windows Explorer Window? |
Thanks - that thread has 7 pages which page were you referring to? I tried something based on the code SelectList = Windows,Program Files,Documents and Settings ; items to select
Run, explorer c ... |
Topic: Focus on file in Existing Windows Explorer Window? |
Puzzled Greatly
Replies: 4
Views: 97
|
Forum: Ask for Help Posted: Mon Jan 23, 2012 1:37 am Subject: Focus on file in Existing Windows Explorer Window? |
I'm using AHL_L and Windows 7 64 bit. I use this code to open a new instance of windows explorer and select a predetermined file (title is a variable containing a full path to the required file):
e ... |
Topic: Running Links inside recent folders [Win 7 64 bit, AHK_L] |
Puzzled Greatly
Replies: 1
Views: 44
|
Forum: Ask for Help Posted: Sat Jan 21, 2012 3:33 pm Subject: Running Links inside recent folders [Win 7 64 bit, AHK_L] |
How can I run a link inside the recent folders file:
C:\Users\%A_UserName%\AppData\Roaming\Microsoft\Windows\Recent\
When I try using the run command I get an error message, eg:
Error: Faile ... |
| |