using SpeechLib; using System.Threading; private void button1_Click(object sender, EventArgs e) { if (textBox1.Text != "") { SpVoice voice = new SpVoice(); voice.Volume = 100; voice.Speak(textBox1.Text, SpeechVoiceSpeakFlags.SVSFlagsAsync); voice.WaitUntilDone(Timeout.Infinite); } else MessageBox.Show("Please enter text for speech","Text to Speech", Me...
1- Lauch Windows Task Manager. 2- End wgatray.exe process in Task Manager. 3- Restart Windows XP in Safe Mode. 4- Delete WgaTray.exe from c:\Windows\System32. 5- Delete WgaTray.exe from c:\Windows\System32\dllcache. 6- Lauch RegEdit. 7- Browse to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows NT\CurrentVersion\Winlogon\Notify 8-Delete the folder ‘WgaLogon’ and all its contents 9-Reboot Windows XP.
Comments
Post a Comment