You will need:
VB 2008/2010 (I'm using 2010)
2 Forms (A default form and a 2nd form)
1 TextBox
2 CheckBoxes
1 Button
Should look something like this:
Edit Texts (NOT THE NAMES):
CheckBox1 = Save Password!
CheckBox2 = Show Password
Button1 = Login
Editing My.Settings:
Go...
The Text To Speech Way:
The text to speech way is when someone types in a text and when you click a button, it says it.
You need:
1 TextBox
1 Button (Rename the text to "Say!")
Code:
In Button1:
Dim SAPI ' Declares SAPI as a variable.
SAPI = CreateObject("SAPI.spvoice") ' SAPI is creating a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.