Results 1 to 5 of 5

Thread: How can I do this?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2013
    Posts
    30

    How can I do this?

    If I want visual basic to talk I will make this:
    HTML Code:
     Dim SAPI
            SAPI = CreateObject("sapi.spvoice")
            SAPI.speak("Do you want to be moved to credits page?")
    but what about if I want visual basic hear me like if I replied on him and told him "Yes" he moves to the credits page..!

    any ideas?

    Thank you !

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Apr 2013
    Posts
    30

    Re: How can I do this?

    Also how can I make my application run on the windows start up ?

    Thank you !

  3. #3
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: How can I do this?

    Quote Originally Posted by Youssef View Post
    Also how can I make my application run on the windows start up ?

    Thank you !
    Typically you would have the installer create a RegKey in the user's HKCU\Software\Microsoft\Windows\CurrentVesion\Run node in the registry, or if you want your app to do that see the start with windows thread in my sig.

    Alternatively you could have the installer create a shortcut to your app in the All Users start menu's Startup folder.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Apr 2013
    Posts
    30

    Re: How can I do this?

    Any idea about me talk and Visual basic hear me?

  5. #5
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: How can I do this?

    Nope, but if you're able to use an API to get their voice as a String, then you could compare it to possible answers.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width