|
-
Apr 22nd, 2013, 08:38 AM
#1
Thread Starter
Junior Member
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 !
-
Apr 22nd, 2013, 08:53 AM
#2
Thread Starter
Junior Member
Re: How can I do this?
Also how can I make my application run on the windows start up ?
Thank you !
-
Apr 22nd, 2013, 09:35 AM
#3
Re: How can I do this?
 Originally Posted by Youssef
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.
-
Apr 22nd, 2013, 03:17 PM
#4
Thread Starter
Junior Member
Re: How can I do this?
Any idea about me talk and Visual basic hear me?
-
Apr 22nd, 2013, 05:12 PM
#5
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|