Results 1 to 3 of 3
  1. #1
    No5cope's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    1,902
    Reputation
    26
    Thanks
    678
    My Mood
    Aggressive

    My first program :D

    Hey guys..

    i made my first program in VB 2008

    it just a text to speech.. but it can be heaps of fun :P

    Picture:


    Virus Scan:
    Virustotal. MD5: 4136b4b66ee3638704101171a9c6e04c

    Soucre code by gunnybunny - credits to him for the code
    Quote Originally Posted by gunnybunny View Post
    I Do Take Credit In This TUT

    Heres A TUT ON How To Make A Text To Speech
    Things Needed
    1.VB 8
    2.Textbox
    3.Two Buttons

    Make The Text Box Multi Lined And Make That Buttons Named Start And Close

    Double Click Start And Put This
    Code:
            Dim SAPI
            SAPI = CreateObject("SAPI.spvoice")
            SAPI.speak(TextBox1.Text)

    Now Double Click Close And Type Close And Type
    Code:
    End
    Dont Say Thanks Press it

    Thank me if you liked this!
    Last edited by No5cope; 08-25-2009 at 04:23 PM. Reason: added a source code

  2. The Following User Says Thank You to No5cope For This Useful Post:

    FragInABox (08-30-2009)

  3. #2
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    You should really post the source code on it, so other people can make this, especially if they don't feel like going to youtube...
    Then you might get some thanks if people are nice...

  4. #3
    No5cope's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    1,902
    Reputation
    26
    Thanks
    678
    My Mood
    Aggressive
    Quote Originally Posted by PixieCorp View Post
    You should really post the source code on it, so other people can make this, especially if they don't feel like going to youtube...
    Then you might get some thanks if people are nice...
    just added the source code then

Similar Threads

  1. Whats the first program you made?
    By jpnfl77 in forum Coders Lounge
    Replies: 63
    Last Post: 11-16-2010, 10:34 AM
  2. [TuT] First Program in C++
    By voodooflame in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 08-25-2010, 03:04 AM
  3. Replies: 13
    Last Post: 12-28-2009, 01:13 AM
  4. My first program coded on Vb[Spammer]
    By PoP_KiLLaH in forum Visual Basic Programming
    Replies: 12
    Last Post: 11-23-2009, 09:29 AM
  5. [Tutorial] Your first program
    By akimoko in forum C++/C Programming
    Replies: 10
    Last Post: 06-23-2007, 12:58 PM

Tags for this Thread