Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    [TUT] how to let your computer talk with vb08


    terrornl12
     Share

    Recommended Posts

    hello all,

     

    i am going to show you how to make a "let your computer talk" program in vb 08

     

     

    First open vb08 and open a new windows form.

    then put a label in and put this text in: "Let Your Computer Talk" you dont need this but it look's nice O.o

    then add a textbox and make it a bit longer.

    then add 2 button's: name button 1 "speak" or "ok" whatever you like.

    name button 2 "cancel" or "close"

    so it looks like this:

    hkrhkdgd.png

     

    i add a 3e button to open a next form you can do that 2 but you dont need it for the program.

     

    code for button1:

    Dim SAPI

    SAPI = CreateObject("sapi.spvoice")

    SAPI.Speak(TextBox1.Text)

     

    code for button2:

    end

     

    and if you want the code for the 3e button, to open a next form:

    form2.show

     

    hope it will work for you! xD

    if you got any further question, just send me a pm or hit the repley button ;)

     

    Dont Forget To Say Thanks

    Link to comment
    Share on other sites

    • 2 weeks later...

    ...Form2....

     

    You must add Form2 becourse Form2.show...

    Link to comment
    Share on other sites

    ...Form2....

     

    You must add Form2 becourse Form2.show...

     

    yea, srry i forgot that O.o thx

    Link to comment
    Share on other sites

    • 1 month later...
    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...