Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. vb.net

vb.net

Scheduled Pinned Locked Moved Visual Basic
csharpdatabase
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    paya1pa
    wrote on last edited by
    #1

    hi experts my name is sheetal and i realy thanks to your reply. my next query is i want write text and words in textbox by my voice Please give me a solution. thanks.

    0 L 2 Replies Last reply
    0
    • P paya1pa

      hi experts my name is sheetal and i realy thanks to your reply. my next query is i want write text and words in textbox by my voice Please give me a solution. thanks.

      0 Offline
      0 Offline
      0x3c0
      wrote on last edited by
      #2

      What you're talking about is speech recognition, and if you use version 3.5 of the .Net framework, then it can be done. I made a post about nine hours ago with instructions

      OSDev :)

      L 1 Reply Last reply
      0
      • 0 0x3c0

        What you're talking about is speech recognition, and if you use version 3.5 of the .Net framework, then it can be done. I made a post about nine hours ago with instructions

        OSDev :)

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #3

        You answer questions nine hours in advance now? I'm err ... speechless. (My TextBox will remain empty). :)

        Luc Pattyn


        Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.


        Local announcement (Antwerp region): Lange Wapper? Neen!


        0 P 2 Replies Last reply
        0
        • L Luc Pattyn

          You answer questions nine hours in advance now? I'm err ... speechless. (My TextBox will remain empty). :)

          Luc Pattyn


          Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.


          Local announcement (Antwerp region): Lange Wapper? Neen!


          0 Offline
          0 Offline
          0x3c0
          wrote on last edited by
          #4

          Yes. A few flux capacitors, magnetic clamps and hyper-resonance attenuators and I'm all set. All I do is turn an egg-timer the 'wrong' way and I'm there. [edit] In response to your future question, the answer is 7*pi

          OSDev :)

          1 Reply Last reply
          0
          • P paya1pa

            hi experts my name is sheetal and i realy thanks to your reply. my next query is i want write text and words in textbox by my voice Please give me a solution. thanks.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Why do you think people will give you 'solutions' (which I assume translates to code)? Can you not Google yourself?

            Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

            1 Reply Last reply
            0
            • L Luc Pattyn

              You answer questions nine hours in advance now? I'm err ... speechless. (My TextBox will remain empty). :)

              Luc Pattyn


              Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.


              Local announcement (Antwerp region): Lange Wapper? Neen!


              P Offline
              P Offline
              paya1pa
              wrote on last edited by
              #6

              hi experts thanks to your reply but i does't understand your answer my question is write letter in textbox by my voice ex. i create one application and set one textbox and attach headphone to pc and some say 'hello' than the hello word is write in textbox. Please give me a answer. Thanks

              0 1 Reply Last reply
              0
              • P paya1pa

                hi experts thanks to your reply but i does't understand your answer my question is write letter in textbox by my voice ex. i create one application and set one textbox and attach headphone to pc and some say 'hello' than the hello word is write in textbox. Please give me a answer. Thanks

                0 Offline
                0 Offline
                0x3c0
                wrote on last edited by
                #7

                Okay. Step by step then.

                1. Create a new System.Speech.Recognition.SpeechRecognitionEngine()
                2. Set the input to the default audio device
                3. Load a new DictationGrammar
                4. Invoke RecogniseAsync, passing RecogniseMultiple as a paramater
                5. Hook the SpeechRecognised event

                In the method you hook to the SpeechRecognised event, you can write to the TextBox

                OSDev :)

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups