Search results for query: *

  1. S

    Exception handling in COM object

    Hi friends, I have used mediaplayer as COM object in my form and put some buttons like play, pause etc. which is getting called in my MDI parent form. It was working fine for few days, but when i added Speech Recognition on the form and it started giving this exception...
  2. S

    Question SAPI grammar

    Hi , I tried some tutorials with SAPI and now i am trying to build a command & control application . It is working fine for some fixed commands, but i want to activate it for my login form where usernames are updatable ( means i have some command words which can change runtime). So is there any...
  3. S

    Speech recognizer for MDI application

    I tried using SpeechLib namespace also... Dim WithEvents RC As SpSharedRecoContext Dim Recognizer As SpSharedRecognizer Dim myGrammar As ISpeechRecoGrammar Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' If (RC...
  4. S

    Speech recognizer for MDI application

    Hi all, New here and just started working on .NET...:) I was making a MDI app with vb.NET and SAPI i used System.speech.recognition namespace and SpeechRecognizer element.. working for single doc.. bt when i go for new form with same giving An error occurred creating the form. See...
Back
Top