I'm trying to put together a little voice-activated control system, but I'm missing something regarding SAPI. Coming from a VB6 background, I've had a look at the M$ documentation that only says "Add a reference to SAPI".. OK, fine, it works in VB6.
BUT...
When I open and enumerate the functions within sapi.dll I get rewarded with:
Code: Select all
DllCanUnloadNow
DllGetClassObject
DllRegisterServer
DllUnregisterServer
RunSapiServer
Can anyone point me in the direction?
Thanks In Advance,
Vappy.

