| Author |
Message |
Topic: show a window but hide it from the taskbar |
GreatKent
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Sat Dec 31, 2005 4:35 am Subject: show a window but hide it from the taskbar |
After doing some search, I found this post to me helpful to me:
http://www.autohotkey.com/forum/viewtopic.php?t=5411hide+window+taskbar
Thanks for all your reply^^  |
Topic: show a window but hide it from the taskbar |
GreatKent
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Sat Dec 31, 2005 3:15 am Subject: show a window but hide it from the taskbar |
I am wondering if it is possible to show a window but hide it from the taskbar? Thanks a lot!!!  |
Topic: send keys to a particular window |
GreatKent
Replies: 4
Views: 496
|
Forum: Ask for Help Posted: Sat Apr 23, 2005 1:09 am Subject: send keys to a particular window |
oh ic, thanks a lot for your crystal clear explanation  |
Topic: send keys to a particular window |
GreatKent
Replies: 4
Views: 496
|
Forum: Ask for Help Posted: Fri Apr 22, 2005 1:55 am Subject: send keys to a particular window |
from the WindowSpy, the ahk_class for a Notepad editor is : "Notepad"
but if I replace "Edit1" with "Notepad", the script doesn't work. Do you know why? and what does "Edit1" actually mean?
Thanks a ... |
Topic: send keys to a particular window |
GreatKent
Replies: 4
Views: 496
|
Forum: Ask for Help Posted: Thu Apr 21, 2005 10:55 pm Subject: send keys to a particular window |
Hi everyone,
it seems using Send command to send Keys to a particular window fails pretty easily coz that window may go NotActive occassionally. Is there way to make sure the keys can be successfu ... |
Topic: Error send keys to foreground window |
GreatKent
Replies: 9
Views: 440
|
Forum: Ask for Help Posted: Sun Mar 13, 2005 3:17 am Subject: Error send keys to foreground window |
Hi jonny, thank you very much! the code work perfectly for me, it's neat and awesome!
This should work:
^enter::send,^a^c
You might also want to check out the ControlGetT ... |
Topic: Error send keys to foreground window |
GreatKent
Replies: 9
Views: 440
|
Forum: Ask for Help Posted: Sat Mar 12, 2005 7:00 am Subject: Error send keys to foreground window |
I am sorry you man misunderstood me a bit...
i mean sending keys to whatever window is active, not a particular one.
If you want the keys to send to a particular window only when its active I ... |
Topic: Error send keys to foreground window |
GreatKent
Replies: 9
Views: 440
|
Forum: Ask for Help Posted: Sat Mar 12, 2005 6:07 am Subject: Error send keys to foreground window |
I am trying to detect Ctrl+Enter, then send Ctrl+A and Ctrl+C to the foreground window.
the following code can detect Ctrl+Enter, but the keys are NOT sent to foreground window! Could any body pls te ... |
Topic: BAT script |
GreatKent
Replies: 2
Views: 570
|
Forum: Ask for Help Posted: Thu Mar 03, 2005 12:43 am Subject: BAT script |
Hi all,
is it possible to pass arguments into a BAT file? ie:
run.bat myfile.java
-------- run.bat -------------
javac myfile.java
java myfile
--------- end ---------
Thx!!  |
Topic: New Line |
GreatKent
Replies: 2
Views: 410
|
Forum: Ask for Help Posted: Sun Jan 23, 2005 5:13 am Subject: New Line |
thx, it helps  |
Topic: Looking for "sc.exe" |
GreatKent
Replies: 3
Views: 464
|
Forum: Ask for Help Posted: Sun Jan 23, 2005 2:43 am Subject: Looking for "sc.exe" |
i see, thx a lot  |
Topic: New Line |
GreatKent
Replies: 2
Views: 410
|
Forum: Ask for Help Posted: Sun Jan 23, 2005 2:35 am Subject: New Line |
I've tried to output 2 lines in a MsgBox by this code:
MsgBox, line1 \n line2
But it shows exactly
line1 \n line2
instead of
line1
line2
How can I get around it? Thx! |
Topic: Looking for "sc.exe" |
GreatKent
Replies: 3
Views: 464
|
Forum: Ask for Help Posted: Sun Jan 23, 2005 1:23 am Subject: Looking for "sc.exe" |
Hi, does anyone have "sc.exe"? Thx!  |
Topic: < Pipe Line Redirection |
GreatKent
Replies: 8
Views: 782
|
Forum: Ask for Help Posted: Sat Jan 22, 2005 5:18 am Subject: < Pipe Line Redirection |
I am so glad that it's working now
I wonder if %COMSPEC% works with Win95/98 & Win2000 as well? |
Topic: < Pipe Line Redirection |
GreatKent
Replies: 8
Views: 782
|
Forum: Ask for Help Posted: Fri Jan 21, 2005 9:07 am Subject: < Pipe Line Redirection |
RunWait, mysql.exe -u root -p mypwd < db_name.sql
Maybe an additional space between < and db._name.sql ??
Maybe the Wait in RunWait creates an timeout ???
Don't know mysql, sorry ...
Maybe ... |
| |