| Author |
Message |
Topic: deleting a Gui Menu |
Lequi
Replies: 2
Views: 162
|
Forum: Ask for Help Posted: Sat Apr 19, 2008 2:02 pm Subject: deleting a Gui Menu |
works both perfectly, even if the seperated solutions seems to be faster and more user friendly
thanks you very much  |
Topic: deleting a Gui Menu |
Lequi
Replies: 2
Views: 162
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 5:02 pm Subject: deleting a Gui Menu |
gui_create()
return
menuhandler:
return
file_new:
gui, menu ; <-- hoped this removes whole menu, obviously it does not remove the horizontal lines
gui, destroy
gui_creat ... |
Topic: Checkbox labeling with button style |
Lequi
Replies: 3
Views: 158
|
Forum: Ask for Help Posted: Thu Apr 17, 2008 1:01 pm Subject: Checkbox labeling with button style |
@ Rhys: the text must not be visible from the beginning so i cant set the start value
@Z Gecko: this definitly works, thanks for the fast help  |
Topic: Checkbox labeling with button style |
Lequi
Replies: 3
Views: 158
|
Forum: Ask for Help Posted: Thu Apr 17, 2008 12:08 pm Subject: Checkbox labeling with button style |
hi there
i wanted to create multiple checkboxes with the 0x1000 parameter to let it look like a button. but i think it is not intendet for checkboxes to have labels... the command
guicontrol, , my ... |
Topic: microphone mute with hotkey |
Lequi
Replies: 4
Views: 320
|
Forum: Ask for Help Posted: Sat Mar 22, 2008 3:17 pm Subject: microphone mute with hotkey |
| does really nobody knows how to simulate a simple mic mute? |
Topic: microphone mute with hotkey |
Lequi
Replies: 4
Views: 320
|
Forum: Ask for Help Posted: Sun Mar 16, 2008 9:30 pm Subject: microphone mute with hotkey |
of course i know how to mute the mic via equalizer from windows but i wanted ahk to do this.
the command
soundset x, MICROPHONE
due to my new headset having no more mic mute i want to set the mic ... |
Topic: microphone mute with hotkey |
Lequi
Replies: 4
Views: 320
|
Forum: Ask for Help Posted: Sun Mar 09, 2008 7:58 pm Subject: microphone mute with hotkey |
hey there,
i bought a new headset which has no mic mute anymore, so i thought i write a little script which can toggle the mic input
!1::
soundget mic_vol, MICROPHONE
if mic_vol = 0
& ... |
Topic: silent installation of ahk? |
Lequi
Replies: 7
Views: 389
|
Forum: Ask for Help Posted: Tue Feb 19, 2008 9:36 am Subject: silent installation of ahk? |
@Titan: seems i havent, shame on me :/
@automaticman: i wrote some nice scripts for my working place, only problem is that the *.ahk scripts are working on vista perfectly, but if i compile them to ... |
Topic: silent installation of ahk? |
Lequi
Replies: 7
Views: 389
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 9:35 pm Subject: silent installation of ahk? |
a simlple
run <path>AutoHotkey104700_Install.exe /S
seems to work perfectly. thanks a lot  |
Topic: silent installation of ahk? |
Lequi
Replies: 7
Views: 389
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 8:16 pm Subject: silent installation of ahk? |
i would like to write a little script which installs the autohotkey exe on another pc in silent mode, means without any user interaction. i thought of something like
run %comspec% "<path> ... |
Topic: another anchor idea with a little problem |
Lequi
Replies: 1
Views: 129
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 5:41 pm Subject: another anchor idea with a little problem |
i tried to understand titans anchor script and because i did not, i made it up for myself.
my idea is to get the window size before and after resizing => the new coordinates/ size of a control ... |
Topic: send keystrokes to windows - pinball |
Lequi
Replies: 2
Views: 316
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 10:07 pm Subject: send keystrokes to windows - pinball |
hi there,
therefore i tried to cheat a little bit in the well known windows game pinball, the thing is, when sending y or m via ahk the game doesnt recognizes them, i tried send, sendinput, sendeve ... |
Topic: weird hotsring problem |
Lequi
Replies: 5
Views: 254
|
Forum: Ask for Help Posted: Sat Oct 06, 2007 4:18 pm Subject: weird hotsring problem |
| as described by hasso, the folder opened before opens desktop in the same explorer window. i realy dont know this happens and so far i dont know how to fix that, sb knows a workaround? |
Topic: weird hotsring problem |
Lequi
Replies: 5
Views: 254
|
Forum: Ask for Help Posted: Sun Sep 30, 2007 1:11 pm Subject: weird hotsring problem |
:*?:test::
run C:\
return
when typing test the explorer opens, as expected, but if you type test again with the recent one still open, a second explorer appears BUT the old on ... |
Topic: compile problem on vista |
Lequi
Replies: 2
Views: 177
|
Forum: Ask for Help Posted: Wed Sep 26, 2007 6:56 pm Subject: compile problem on vista |
| alrdy done, as far as i can remeber i created one more shortcut than before, but not more. btw: is it possible on vista to create a shortcut to a folder? because there is an extension wanted but a fol ... |
| |