Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[TUT] Make Your Computer TALK

eyeXplorer

The Loyalist
Veteran Member
Messages
560
Reaction score
0
Points
126
This is a visual basic script file that will pop up an message which requires
you to write something...
when you write it and press ok
your computer will tell what you typed



Paste This Code on your notepad and save it as talk.vbs

Code:
Dim userInput


userInput = InputBox("Write a message for me to say")


Set Sapi = Wscript.CreateObject("SAPI.SpVoice")

Sapi.speak userInput

NOTE: Be sure to save it in a .vbs file extension :thumbsup:
 
pag na save na san ko cra cracked yung file para mag talk?
 
pahit na lang ng thanks button guys
 
execute mo lang yung file kuya.tapos type ka ng gusto mo.kahit ano.pag nagenter ka, yung computer sasabihin yung tinype mo.
 
This is a visual basic script file that will pop up an message which requires
you to write something...
when you write it and press ok
your computer will tell what you typed



Paste This Code on your notepad and save it as talk.vbs

Code:
Dim userInput


userInput = InputBox("Write a message for me to say")


Set Sapi = Wscript.CreateObject("SAPI.SpVoice")

Sapi.speak userInput

NOTE: Be sure to save it in a .vbs file extension :thumbsup:

ayos wah!....nice share..

:thanks:
 
yan na nga po sa tutorial. vbscript yan
 
wala ng program double click mo lang ung ginawa mong file tapos type ka kahit ano and then magsasalita na yang computer mo
 
pahit na lang po ng thanks button guys ha? hope you appreciated
:thumbsup:
 
Back
Top Bottom