Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
ValidateEdit事件
sp.Speak(e.text, DotNetSpeech.SpeechVoiceSpeakFlags.SVSFlagsAsync)
Dim sp As New DotNetSpeech.SpVoice()
Dim v As String = e.form.Controls("textbox1").Value
sp.Speak(v & "元", DotNetSpeech.SpeechVoiceSpeakFlags.SVSFlagsAsync)
如果是金额列,这样子更动听一些,哈哈