| Author |
Message |
Topic: WinTraymin to trayicon |
Sean
Replies: 60
Views: 5887
|
Forum: Scripts & Functions Posted: Sat Mar 20, 2010 2:02 am Subject: WinTraymin to trayicon |
Find and delete the following in the script.
lParam=0x205|| |
Topic: COM Invoke Problem |
Sean
Replies: 23
Views: 231
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 1:58 am Subject: COM Invoke Problem |
| What I meant was: go to the Messenger directory in Explorer, and then double click msmsgs.exe if found. BTW, I don't think you'll meet a problem as you can COM_CreateObject for it. |
Topic: creating a POINTS struct, NumPut problems, etc |
Sean
Replies: 39
Views: 685
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 1:54 am Subject: creating a POINTS struct, NumPut problems, etc |
Then, what happens if you use M/R(BUTTON) instead of L? Or what if use WM_NCLBUTTONDBLCLK? I suggest it as it doesn't require WM_LBUTTONUP.
PostMessage, 0xA3, 11, 0, , ahk_id %win% |
Topic: COM Invoke Problem |
Sean
Replies: 23
Views: 231
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 7:32 pm Subject: COM Invoke Problem |
| Nothing too unusual. What happens if you directly run msmsgs.exe. |
Topic: creating a POINTS struct, NumPut problems, etc |
Sean
Replies: 39
Views: 685
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 7:30 pm Subject: creating a POINTS struct, NumPut problems, etc |
| I see. I suggest to use the command Click instead of WM_LBUTTONUP. |
Topic: COM Invoke Problem |
Sean
Replies: 23
Views: 231
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 5:20 pm Subject: COM Invoke Problem |
No, I meant you had to inspect the key HKCR\CLSID\{B69003B3-C55E-4b48-836C-BC5946FC3B28}.
BTW, I'm suspecting Communicator disables/replaces Messenger or its derivatives, so creating Messenger.UIAu ... |
Topic: creating a POINTS struct, NumPut problems, etc |
Sean
Replies: 39
Views: 685
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 4:34 pm Subject: creating a POINTS struct, NumPut problems, etc |
| No, I didn't send WM_LBUTTONUP. BTW, what's the purpose of sending these messages? What's not enough with WinMove? |
Topic: COM Invoke Problem |
Sean
Replies: 23
Views: 231
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 4:26 pm Subject: COM Invoke Problem |
| You have to inspect the specified CLSID key too, HKCR\CLSID\{...}. BTW, it's the first time I heard about Communicator. |
Topic: Voice Recognition COM |
Sean
Replies: 103
Views: 13375
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 4:21 pm Subject: Re: DictationLoad error |
Yes, error:The error message is:
; SPERR_NOT_FOUND (0x8004503A)
The requested data item (data key, value, etc.) was not found.
I wonder if this is even possible: Actually I was awar ... |
Topic: Peeking DragDrop & Clipboard Data |
Sean
Replies: 8
Views: 1467
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 1:36 pm Subject: Peeking DragDrop & Clipboard Data |
The limit of 1023 is imposed by wsprintf API itself used in the script. I chose it due to UNICODE text and Binary data. If you only need the (ANSI) text, you may use the following instead.
nLen : ... |
Topic: COM Invoke Problem |
Sean
Replies: 23
Views: 231
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 1:33 pm Subject: COM Invoke Problem |
| Looks like Messenger is altered/disabled. Check the registry entry HKCR\Messenger.UIAutomation. |
Topic: COM Invoke Problem |
Sean
Replies: 23
Views: 231
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 11:04 am Subject: COM Invoke Problem |
COM_Init()
msn := COM_CreateObject("Messenger.UIAutomation","",4) |
Topic: Voice Recognition COM |
Sean
Replies: 103
Views: 13375
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 10:59 am Subject: Voice Recognition COM |
| Ok, now it finds DictationLoad, but still doesn't find my dictation topicWhat you meant by not find? Did it produce an error message, or did it just recognize none? Assuming the latter, I suppose you ... |
Topic: COM Invoke Problem |
Sean
Replies: 23
Views: 231
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 7:19 am Subject: COM Invoke Problem |
I guess you're on XP. This behavior is no longer present in Win7 with Windows Live Messenger. Anyway, read the thread:
http://www.autohotkey.com/forum/viewtopic.php?t=36189 |
Topic: Voice Recognition COM |
Sean
Replies: 103
Views: 13375
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 6:41 am Subject: Re: how to switch dictation grammars ? |
| It doesn't work for me either giving the same error:Which OS are you on? There exist discrepancies in function names between ISp.../ISpeech... interfaces. It should be Recognizer with ISpeechRecoConte ... |
| |