AutoHotkey Community

It is currently May 27th, 2012, 11:50 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: August 17th, 2010, 7:31 pm 
Offline

Joined: April 8th, 2009, 6:56 pm
Posts: 58
Location: Technology Guru/Tinker'er
I've been playing with windows 7 voice recognition; The recognition seems to be working just fine, But the process of adding new words [the GUI] to the recognition dictionaries is horrible .

I'm trying to find a way to automate the process of getting the new words into the recognition Dictionary, But the problem is that there doesn't seem to be a way to recognize/find the Voice recognition bar.

And if I Can't get AutoHotkey to recognize/find the voice recognition bar, I can't automate the other steps.

This is what I've got... This is all tat comes up when trying to click on anything with it.

[from spy]
Code:
>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<

ahk_class MS:SpeechUXCtxMenuParkingWnd

OR

>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<

ahk_class NativeHWNDHost


or
>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<

ahk_class Shell_TrayWnd


And doing this:
Code:
^l::
traytip,Microsoft Voice recognition, Listening

winactivate ahk_class NativeHWNDHost

sleep, 1000
return


I tried all the options nothing seemed to work...

All I'm trying to do Is either be able to locate this docked recognition bar, Or to Make something appear So that I can automate the rest of the process.

Does anyone have any ideas or could you point me in the right direction ?

_________________
Later,
LEHenryJr.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, MSN [Bot], Yahoo [Bot] and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group