| Author |
Message |
Topic: Open program window on second monitor? |
emerysteele
Replies: 3
Views: 1632
|
Forum: Ask for Help Posted: Sat Apr 17, 2010 11:55 pm Subject: Open program window on second monitor? |
Thanks! The program that does this to me the most is the Windows 7 Volum Mixer. Here is my code:
Loop
{
WinWait, Volume Mixer
{
WinGetPos, Xpos, Ypos ;Get position of Volume Mixe ... |
Topic: Open program window on second monitor? |
emerysteele
Replies: 3
Views: 1632
|
Forum: Ask for Help Posted: Sat Apr 17, 2010 4:26 am Subject: Open program window on second monitor? |
| Some programs windows will remember the monitor they were on last and open on that monitor the next time you open. Some programs don't though. How would I make a AHK script to automatically move a win ... |
Topic: TixClock |
emerysteele
Replies: 5
Views: 512
|
Forum: Scripts & Functions Posted: Fri Apr 09, 2010 5:31 am Subject: TixClock |
| To be honest, I think it would be easier having 1 script and have it automatically adjust, rather that having 2 scripts 1 for larger monitors and 1 for smaller monitors, because then I would have to w ... |
Topic: TixClock |
emerysteele
Replies: 5
Views: 512
|
Forum: Scripts & Functions Posted: Fri Apr 09, 2010 5:01 am Subject: TixClock |
| Yes, definitely. I didn't even think about smaller screens. I will work on smaller graphics, but it may take a while because I need to get caught up with school work. Now what would you prefer? A sepa ... |
Topic: TixClock |
emerysteele
Replies: 5
Views: 512
|
Forum: Scripts & Functions Posted: Fri Apr 09, 2010 2:11 am Subject: TixClock |
| If you like the Tix Led Clock from ThinkGeek, then I think you will like this TixClock I made using AutoHotkey. Check it out at http://www.autohotkey.net/~emerysteele/TixClock/. |
Topic: How to open window spy with hotkey. |
emerysteele
Replies: 5
Views: 177
|
Forum: Ask for Help Posted: Sat Apr 03, 2010 7:38 am Subject: How to open window spy with hotkey. |
Yep. That's perfect. Thanks.  |
Topic: How to open window spy with hotkey. |
emerysteele
Replies: 5
Views: 177
|
Forum: Ask for Help Posted: Sat Apr 03, 2010 7:24 am Subject: How to open window spy with hotkey. |
Hello,
I find myself using window spy a lot. Is there a way to open it using a hotkey?
Thanx. |
Topic: IniWrite Toggle? |
emerysteele
Replies: 10
Views: 787
|
Forum: Ask for Help Posted: Tue Mar 30, 2010 3:27 am Subject: IniWrite Toggle? |
| Yep. It works perfectly. |
Topic: IniWrite Toggle? |
emerysteele
Replies: 10
Views: 787
|
Forum: Ask for Help Posted: Tue Mar 30, 2010 12:59 am Subject: IniWrite Toggle? |
Never mind. It was a noob mistake. I had to put:If ReadOnTop = 1
{
Menu, MyMenu, ToggleCheck, Always On Top
WinSet, AlwaysOnTop, On, Clock.ahk ahk_class AutoHotkeyGUI
OnTopCount:=( ... |
Topic: IniWrite Toggle? |
emerysteele
Replies: 10
Views: 787
|
Forum: Ask for Help Posted: Tue Mar 30, 2010 12:57 am Subject: IniWrite Toggle? |
This is the code I got now.
Menu, MyMenu, Add, Always On Top, OnTop
OnTopCount=0
ConfigFilename = Clock.ini
SectionName = Clock
IniRead, ReadOnTop, %ConfigFilename%, %SectionName%, OnTo ... |
Topic: IniWrite Toggle? |
emerysteele
Replies: 10
Views: 787
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 10:56 pm Subject: IniWrite Toggle? |
| Your way I would need to change it manually. How would i make it so that it is changed when the user clicks the Always On Top menu item? |
Topic: IniWrite Toggle? |
emerysteele
Replies: 10
Views: 787
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 10:21 pm Subject: IniWrite Toggle? |
| I have a gui and a guicontextmenu. And one of the menu items is to make the gui always be on top. How do i save it to an ini so that the gui remembers that it is always on top? This is what I have so ... |
Topic: 12 random numbers none that are the same |
emerysteele
Replies: 3
Views: 181
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 9:51 am Subject: 12 random numbers none that are the same |
| Thank you! |
Topic: 12 random numbers none that are the same |
emerysteele
Replies: 3
Views: 181
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 8:20 am Subject: 12 random numbers none that are the same |
| How would i generate 12 random numbers that are not the same? And I want the min to be 1 and the max to be 12. |
Topic: SleepTill Gosub? |
emerysteele
Replies: 5
Views: 170
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 6:19 am Subject: SleepTill Gosub? |
| Thank you soo much None. The only issue is that the GUI flashes every minute because it is being destroyed and then created. It also makes itself the active window when it re-creates itself. |
| |