Click here to Skip to main content
15,880,469 members
Home / Discussions / C#
   

C#

 
AnswerRe: Retrieving data from a webpage Pin
MAW304-Jan-17 18:59
MAW304-Jan-17 18:59 
QuestionRe: Retrieving data from a webpage Pin
Richard MacCutchan4-Jan-17 21:57
mveRichard MacCutchan4-Jan-17 21:57 
AnswerRe: Retrieving data from a webpage Pin
MAW305-Jan-17 2:30
MAW305-Jan-17 2:30 
QuestionC# Text to Speech Pin
Pavlex42-Jan-17 10:32
Pavlex42-Jan-17 10:32 
AnswerRe: C# Text to Speech Pin
Michael_Davies2-Jan-17 10:38
Michael_Davies2-Jan-17 10:38 
GeneralRe: C# Text to Speech Pin
Pavlex42-Jan-17 10:40
Pavlex42-Jan-17 10:40 
GeneralRe: C# Text to Speech Pin
Pavlex42-Jan-17 11:26
Pavlex42-Jan-17 11:26 
GeneralRe: C# Text to Speech Pin
Pete O'Hanlon2-Jan-17 19:33
mvePete O'Hanlon2-Jan-17 19:33 
If you now have two lines like this in your code, that's not correct. You only need to declare it once, in the Form_Load. So, you have a member variable called ss (that's a poor choice for a name - why not just call it speechSynthesizer), and in your Form_Load you have ss = new SpeechSynthesizer. That's it - that's the only place you should see the new Synthesizer() call.
This space for rent

GeneralRe: C# Text to Speech Pin
Bernhard Hiller2-Jan-17 21:27
Bernhard Hiller2-Jan-17 21:27 
QuestionXml Serialization of List<T> Pin
Richard Andrew x642-Jan-17 6:18
professionalRichard Andrew x642-Jan-17 6:18 
AnswerRe: Xml Serialization of List<T> Pin
Eddy Vluggen2-Jan-17 6:37
professionalEddy Vluggen2-Jan-17 6:37 
GeneralRe: Xml Serialization of List<T> Pin
Richard Andrew x642-Jan-17 8:12
professionalRichard Andrew x642-Jan-17 8:12 
GeneralRe: Xml Serialization of List<T> Pin
Pete O'Hanlon3-Jan-17 4:51
mvePete O'Hanlon3-Jan-17 4:51 
Questionwrite acode Pin
Member 129308832-Jan-17 0:48
Member 129308832-Jan-17 0:48 
AnswerRe: write acode Pin
Jochen Arndt2-Jan-17 0:57
professionalJochen Arndt2-Jan-17 0:57 
AnswerRe: write acode Pin
OriginalGriff2-Jan-17 1:00
mveOriginalGriff2-Jan-17 1:00 
AnswerRe: write acode Pin
Patrice T2-Jan-17 12:45
mvePatrice T2-Jan-17 12:45 
QuestionSentiment Analysis Pin
Member 1287504731-Dec-16 5:13
Member 1287504731-Dec-16 5:13 
AnswerRe: Sentiment Analysis Pin
OriginalGriff31-Dec-16 5:41
mveOriginalGriff31-Dec-16 5:41 
AnswerRe: Sentiment Analysis Pin
Gerry Schmitz31-Dec-16 7:18
mveGerry Schmitz31-Dec-16 7:18 
AnswerRe: Sentiment Analysis Pin
Pete O'Hanlon31-Dec-16 7:38
mvePete O'Hanlon31-Dec-16 7:38 
AnswerRe: Sentiment Analysis Pin
Patrice T1-Jan-17 6:10
mvePatrice T1-Jan-17 6:10 
QuestionScroollbar thumb Y position C# Pin
didielf30-Dec-16 19:57
professionaldidielf30-Dec-16 19:57 
QuestionRe: Scroollbar thumb Y position C# Pin
Richard MacCutchan30-Dec-16 21:03
mveRichard MacCutchan30-Dec-16 21:03 
AnswerRe: Scroollbar thumb Y position C# Pin
didielf30-Dec-16 21:49
professionaldidielf30-Dec-16 21:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.