Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Custom Speech Commands

Reply
 
Old 02-28-2007   #1 (permalink)
Michelob Metz


 
 

Custom Speech Commands

DISCLAIMER:
I came to this site to seek and exchange SOLUTIONS and TIPS from other early
adopters. Microsoft didn't Invent Speech Recoginiton. I get it.
Microsoft's technology in general pales in comparison to all other vendors.
I get it. The only good thing even remotely related to Microsoft software is
the dork in the Apple commercials. I get it.

Moving on...

I would love to create custom voice commands in a manner similar to
recording a macro in VBA.
SIMPLE SCENARIO:
Create a command command (i.e. "GO-GO Gadget Vista") that would simulate
pressing "Windows + Tab" to bring you to the Aero-Windows-Scroll-Thingee.
Perhaps... Take it a step further and make it so that while in the
Aero-Windows-Scroll-Thingee, the word "Next" would mirror "Press Tab"
command, but only if the Aero-Windows-Scroll-Thingee were active.
Is this something that could be done relatively easily in Visual Studio
Express? Is there a way to "Record Clicks" and see the code associated?


//simulate windows button + tab to activate Aero-Windows-Scroll-Thingee
something.Command("Go go gadget vista");
//scroll windows Aero Style... Simulate Tab
something.Command("Next");
//go to desired window and exit Aero-Windows-Scroll-Thingee
something.Command("OK");







My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Need some help for sending custom commands from ASP.NET page .NET General
Speech Recognition limited to commands... Vista General
Speech Recognition Commands Vista General
Voice Recognition - Custom Commands? Vista General
Speech Recog. Setting new Commands? Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46