Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked Text Speak


dEEpEst

Recommended Posts

[HIDE-THANKS][LENGUAJE=c]using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

using System.Windows.Forms;

using SpeechLib;

 

namespace TextSpeach

{

public partial class Form1 : Form

{

SpVoice voice = new SpVoice();

public Form1()

{

InitializeComponent();

}

 

private void button1_Click(object sender, EventArgs e)

{

voice.Speak(textBox1.Text.ToString());

}

}

}[/LENGUAJE][/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.