Jump to content

[Video][Guide] How to make your pc talk with VB [make ur own program]


Recommended Posts

Posted

Hi guyz today i will show you how you how to make your own program. This program is how to make a text speech. I mean to make the pc talk by your own made program so le'ts start. But i have to say something. I will share a video and not a guide with photos :P

 

Video link: http://www.4shared.com/file/116513217/9707e696/text_to_speech_by_gerero_to_mxc.html

 

Button 1 code:

Dim SAPI
SAPI = CreateObject("sapi.spvoice")
SAPI.Speak(TextBox1.Text)

 

Button 2 code:

End

 

PS: for people who still don't know what VB is i will tell you

 

VB=Visual Basic and is a programming language. Only this.

 

 

 

Posted

Downloading vid, but there are alredy a lot of programs that allow your pc to talk what you wrote :P

 

Any way, looks fun ;D

yeah i know that there are many programs but this is visual basic YOU make your own program so the credits are urs :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...