AutoHotkey Community

It is currently May 24th, 2012, 8:37 am

All times are UTC [ DST ]


Search found 24 matches
Search these results:

Author Message

 Forum: Support   Topic: How many COM_init should I call?

Posted: May 2nd, 2011, 3:04 am 

Replies: 3
Views: 239


Thanks for sinkfaze and Frankie! Now I see! Best wishes to you guys!

 Forum: Support   Topic: How many COM_init should I call?

Posted: May 1st, 2011, 4:11 pm 

Replies: 3
Views: 239


Thanks for Sean! I am using his COM lib to do something involving multiple COM objects. I call COM_CreateObject twice in the main script, and another time inside a function. I am not familiar with COM details. One simple question is when should I call COM_init()? Call one once at the beginning of th...

 Forum: Support   Topic: How to release a key earlier than its physical release?

Posted: October 31st, 2010, 4:06 am 

Replies: 1
Views: 251


I bought a keyboard, the shift key on the keyboard is kind of slow. Then when I type "Then", it is likely that I will get "THen". The script "Auto-Correct 2 capital letters in a word" ( http://www.autohotkey.com/forum/topic9689-15.html ) does help, but cannot eliminate ...

 Forum: Scripts   Topic: UrlDownloadToVar

Posted: June 15th, 2010, 4:57 am 

Replies: 81
Views: 58060


Since the CoHelper.ahk is retired, in fact, I did not find it in forum. Then I revised the codes below and wrap it to a function. I also remove the parts to get header and status, only keeping the part to get webpage content. Hope useful. Thanks! ;downloaded from http://www.autohotkey.com/forum/view...

 Forum: Scripts   Topic: Determine if a WebPage is completely loaded in IE

Posted: June 10th, 2010, 4:25 pm 

Replies: 118
Views: 55999


Thanks for sharing these codes! I am new to COM invoke etc. I have some questions about your codes. 1) I do not understand why you use SetTimer. Could I just use a global variable, e.g. bComplete, and set it to true in IE_DocumentComplete? 2) Could you please explain who invokes IE_DocumentComplete(...

 Forum: Support   Topic: How to show a part of hidden tray region on title bar?

Posted: August 11th, 2009, 12:00 am 

Replies: 5
Views: 312


Thanks for all your help! Sorry for the confusion! What you think is what I really want! In fact, the input method program has a float status bar, but it is too large and cover too much area of screen, and can not be fixed to the title bar region of the screen. So I want show the status of the input...

 Forum: Support   Topic: How to show a part of hidden tray region on title bar?

Posted: August 10th, 2009, 10:08 pm 

Replies: 5
Views: 312


I like hiding the taskbar and tray region. Now I want to show the status of a program (it is a input method program) on the title bar region, which is normal shown in the tray region. I hope I express myself clearly. My initial idea is to capture the portion of that program in the tray region as a p...

 Forum: Support   Topic: Possible to show a button on titlebar for alwaysontop?

Posted: August 10th, 2009, 10:02 pm 

Replies: 5
Views: 408


I show the information by a simple way: I change the tile of the window if it is always on top, e.g., the title will be like " old title +(on top)".

 Forum: Support   Topic: How to exit the programs in the tray region normally?Thanks!

Posted: June 10th, 2009, 4:57 pm 

Replies: 3
Views: 390


Thanks! I knew this, but I mean how to use AutoHotkey to quit it.
I guess "process close" may kill a process with an abnormal way different from that by right clicking the tray icon and exiting a program. Right?

 Forum: Support   Topic: How to exit the programs in the tray region normally?Thanks!

Posted: June 10th, 2009, 9:15 am 

Replies: 3
Views: 390


I know I can use "process, close, xxx", however, is there a better and easy way? Thanks!

 Forum: Support   Topic: [solved]How to check an error window from a software?

Posted: May 3rd, 2009, 4:38 am 

Replies: 2
Views: 145


Thanks a lot!

It works well!

 Forum: Support   Topic: [solved]How to check an error window from a software?

Posted: May 3rd, 2009, 1:49 am 

Replies: 2
Views: 145


I have a software vnc viewer, the network is not stable and then the connection is broke at times. Then it will pops "Connection is broken. Do you want to re-connect?" There are two buttons "Yes" , "no" . How can autoHotKey get noticed when this window appears? I know I...

 Forum: Support   Topic: why loop in "send ()"?

Posted: April 30th, 2009, 5:45 pm 

Replies: 3
Views: 410


Great! It works!
Thanks a lot!

But I also notice that define "+9:: send ()" in "#IfWinActive,title" works well. Don't know why.

 Forum: Support   Topic: why loop in "send ()"?

 Post subject: why loop in "send ()"?
Posted: April 30th, 2009, 4:58 pm 

Replies: 3
Views: 410


I set a hotkey
+9:: send ()

but when I use it, it will output )))))) forever. Who knows why?

Thanks!

 Forum: Support   Topic: How to restore the last minimized window? [Solved]

Posted: April 6th, 2009, 5:24 pm 

Replies: 4
Views: 494


Sorry for late reply! I did not come here for several days.

I re-test your codes carefully. I found it was right.
Maybe I did something wrong last time I tested it, since I put it in my script. This time I put it in a separated script.

Thank you very much! A good day!
Sort by:  
Page 1 of 2 [ Search found 24 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group