| Author |
Message |
Topic: Text-to-speech script |
poetbox
Replies: 19
Views: 17798
|
Forum: Scripts & Functions Posted: Wed Aug 17, 2011 8:58 am Subject: Text-to-speech script |
I keep getting a confirm message about allowing IE to use my clipboard. Any way around this?
Try my script. It should be named speak.vbs. Any comments are welcome.
'The speak.vbs script says aloud ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
poetbox
Replies: 467
Views: 43917
|
Forum: Scripts & Functions Posted: Tue Aug 09, 2011 10:22 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
@poetbox: which editor?
@luece+maniac: adding contents in batch might be a good idea, simply parse the clipboard by using space + newline chars (`r, `n) as delimiter - a simple regexmatch could avo ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
poetbox
Replies: 467
Views: 43917
|
Forum: Scripts & Functions Posted: Tue Aug 09, 2011 8:43 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
| Function very well, thank you for your dedication! I encountered a problem, that is, when I press the number keys or the cursor keys , the selected word cannot be typed in my editor. |
Topic: find stones from the chess board |
poetbox
Replies: 8
Views: 322
|
Forum: Ask for Help Posted: Fri Apr 22, 2011 9:36 am Subject: find stones from the chess board |
Yes,at 1st first time I use stones.Later I changed part of my reply to pieces,at last,I use stones to bring into correspondence with the title.sorry for my poor English
The website has ... |
Topic: find stones from the chess board |
poetbox
Replies: 8
Views: 322
|
Forum: Ask for Help Posted: Fri Apr 22, 2011 7:42 am Subject: find stones from the chess board |
Thank you very much,I'll test it.
I need to search all the stones in the active window,because I 'm going to make sth by AHK to help me win the game on any chess game,not to win my own game:)  |
Topic: find stones from the chess board |
poetbox
Replies: 8
Views: 322
|
Forum: Ask for Help Posted: Fri Apr 22, 2011 5:55 am Subject: find stones from the chess board |
Your image is not showing.
Please find a more reliable server that can be accessed.
Best choice would be http://autohotkey.net
I dunno why the image cannot be shown.Thank you for your sug ... |
Topic: I met difficult to get data from statusBar and Grid... |
poetbox
Replies: 4
Views: 178
|
Forum: Ask for Help Posted: Fri Apr 22, 2011 5:50 am Subject: I met difficult to get data from statusBar and Grid... |
| Even if i weren't "experienced" enough to get info from a non-standard windows control, I'm pretty sure I wouldn't help you now. Thank you for your . Perhaps you should ask a native language ... |
Topic: find stones from the chess board |
poetbox
Replies: 8
Views: 322
|
Forum: Ask for Help Posted: Fri Apr 22, 2011 3:13 am Subject: find stones from the chess board |
http://www.autohotkey.net/~poetbox/chess.gif
In the picture,we can see some stones in chess board.There're limited stones placed there in proper order.I can easily get the coordinates of the left-top ... |
Topic: I met difficult to get data from statusBar and Grid... |
poetbox
Replies: 4
Views: 178
|
Forum: Ask for Help Posted: Thu Apr 21, 2011 8:25 am Subject: I met difficult to get data from statusBar and Grid... |
The grid control named MFCGridCtrl,I cannot get anything from it.The statusBar named BCGPStatusBar,I cannot get the items from it ,either.
Is there any1 know the method and like to share it,thank yo ... |
Topic: [function] Sleep() in seconds, minutes, hours or days |
poetbox
Replies: 7
Views: 670
|
Forum: Scripts & Functions Posted: Thu Nov 18, 2010 1:15 pm Subject: [function] Sleep() in seconds, minutes, hours or days |
| good.thank you. |
Topic: Is there a way to easily change the desktop setting? |
poetbox
Replies: 5
Views: 279
|
Forum: Ask for Help Posted: Sat Nov 06, 2010 10:25 am Subject: Is there a way to easily change the desktop setting? |
I guess an easier way would be to send keystrokes and such. This should launch the control panel page where you can change from tile stretch etc. But it is rather kludgy like that.
Run, control des ... |
Topic: Is there a way to easily change the desktop setting? |
poetbox
Replies: 5
Views: 279
|
Forum: Ask for Help Posted: Thu Nov 04, 2010 7:57 am Subject: Is there a way to easily change the desktop setting? |
Probably a window message can do that (
Thank you for your help.
I think it's too difficult for me to do.I'll give up.  |
Topic: Is there a way to easily change the desktop setting? |
poetbox
Replies: 5
Views: 279
|
Forum: Ask for Help Posted: Wed Nov 03, 2010 9:39 am Subject: Is there a way to easily change the desktop setting? |
Can I use an AHK message or order to easily change the Win7 desktop settting by 'personalize'->'desktop background'->'picture position'from 'tile' or other to 'stretch' mode?
I use dreamsence ... |
Topic: IE HTML Element Spy |
poetbox
Replies: 42
Views: 8217
|
Forum: Scripts & Functions Posted: Tue Dec 22, 2009 3:03 am Subject: Sorry!I take back my words. |
I wont pretend to understand this code as well as you cause i simply dont
...
@poetbox for me when i had similar issues sometimes a complete reboot helpped the issue but like Sean suggeste ... |
Topic: IE HTML Element Spy |
poetbox
Replies: 42
Views: 8217
|
Forum: Scripts & Functions Posted: Mon Dec 21, 2009 3:50 am Subject: IE HTML Element Spy |
are you using the example or are you using this as part of a larger script
Have you tried the
All the codes here:
^E::MsgBox, % IE_HtmlElement()
IE_HtmlElement()
... |
| |