Anyone successfully incorporated voice recognition into their apps.
As I understand it voice recognition is in its infancy, so the quality available is dubious, approx 60% success, even with trained engines.
Can anyone suggest an accurate voice recognition engine, or should I avoid trying to...
Try this
Function FormState(FormName As String) As String
Dim frm As Form
For Each frm In Forms
If StrComp(frm.Name, FormName, vbTextCompare) = 0 Then
If frm.Visible = True Then
FormState = "Shown"
Exit Function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.