Results 1 to 9 of 9

Thread: how to make a Talking program in vb 2008

  1. #1
    mdhamza is offline Member
    Last Online
    22nd August 2009 @ 12:02 PM
    Join Date
    27 Jul 2009
    Age
    38
    Posts
    68
    Threads
    13
    Thanked: 1

    Thumbs up how to make a Talking program in vb 2008


    dosto ajj main app ko ek esa thread dekhaooga jis se ap apni reading ka masla hal ho jaega
    first >open vb 2008>put one commad button, one progress bar, one timer and one text box on your forum
    now go in the Properties of commad button and write Timer1.Start() and then name it Talk It and in the Properties of timer write
    ProgressBar1.Increment(1)
    If ProgressBar1.Value = ProgressBar1.Maximum Then
    Dim SAPI
    SAPI = CreateObject("sapi.spvoice")
    SAPI.Speak(TextBox1.Text)
    Timer1.Stop()
    End If

    and debug it
    ap kame ya b hojae
    and enjoy it
    friends

  2. #2
    mdhamza is offline Member
    Last Online
    22nd August 2009 @ 12:02 PM
    Join Date
    27 Jul 2009
    Age
    38
    Posts
    68
    Threads
    13
    Credits
    0
    Thanked: 1

    Default

    koi tou visit kareh

  3. #3
    mian_udas's Avatar
    mian_udas is offline Senior Member+
    Last Online
    29th September 2023 @ 07:10 PM
    Join Date
    13 Jan 2008
    Posts
    317
    Threads
    23
    Credits
    94
    Thanked
    9

    Default

    nice sharing dear

  4. #4
    BossisBack is offline Advance Member
    Last Online
    5th January 2022 @ 11:51 AM
    Join Date
    18 Dec 2007
    Location
    Saudia Arabia
    Age
    34
    Posts
    16,205
    Threads
    743
    Credits
    109
    Thanked
    47

    Default

    Moved To GD
    آئی ٹی دنیامیں سیگنیچرز میں اتنے بڑے سائز کی امیج لگانا سختی کے ساتھ منع ہے۔۔۔آئی ٹی دنیا ٹیم

  5. #5
    UltimateX is offline Member
    Last Online
    26th June 2010 @ 12:36 PM
    Join Date
    26 Jul 2007
    Location
    O . o
    Posts
    17,684
    Threads
    517
    Thanked
    19

    Default

    nice

  6. #6
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    38
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default

    Nice and great....Thanks and lets try it out
    Death is not the biggest Loss in life.
    The biggest loss is when relationships die among us when we are alive!!
    (Shakespeare)

  7. #7
    muaazhassan's Avatar
    muaazhassan is offline Senior Member+
    Last Online
    25th January 2017 @ 08:11 PM
    Join Date
    21 Apr 2009
    Age
    38
    Posts
    553
    Threads
    47
    Credits
    1,000
    Thanked
    8

    Default

    Thanks for sharing

  8. #8
    libra1 is offline Senior Member+
    Last Online
    29th August 2009 @ 06:52 PM
    Join Date
    08 Jul 2009
    Posts
    39
    Threads
    1
    Credits
    815
    Thanked
    0

    Default

    Thanks for sharing

  9. #9
    fun4all is offline Senior Member+
    Last Online
    11th November 2023 @ 10:44 PM
    Join Date
    25 Aug 2009
    Age
    27
    Posts
    55
    Threads
    12
    Credits
    1,329
    Thanked
    0

    Default

    wah hamza bhai

Similar Threads

  1. Write a C++ program to MAke Simple calculator
    By MoqaddasAli in forum C++
    Replies: 7
    Last Post: 2nd January 2016, 06:51 AM
  2. learn to make talking cartoons
    By mansoor24 in forum Ask an Expert
    Replies: 9
    Last Post: 25th July 2014, 08:47 AM
  3. Make Your Own Calculator in VB 2008!
    By SufyanGujar in forum English IT Zone
    Replies: 5
    Last Post: 28th October 2009, 11:41 PM
  4. Make A Program In Java
    By junaidali15 in forum Ask an Expert
    Replies: 3
    Last Post: 11th January 2007, 03:33 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •