在我的程序中添加VTextAuto.tlb 文件的引用。
以下是我关于的一些代码:
using VTextAuto;
。。。
。。。
Private VTextAuto.VTextAutoClass oVoice;
。。。
。。。
private void button1_Click(object sender, System.EventArgs e)
{
oVoice = new VTxtAuto.VTxtAutoClass();
oVoice.Register("","PartsAdmin.exe");
oVoice.Enabled=1; // this is error when running
oVoice.IsSpeaking=true; // complie err,could not setvalue,onlyreading;
}
其它的一些象SPEAK,SPEED 等一些方法和属性没法使用,或许是我没有正确的引用该类,但我找不出如何正确使用该类的方法,哪位DX 知道了,给个提示,或给出一些SAMPLE。
谢谢。
以下是我关于的一些代码:
using VTextAuto;
。。。
。。。
Private VTextAuto.VTextAutoClass oVoice;
。。。
。。。
private void button1_Click(object sender, System.EventArgs e)
{
oVoice = new VTxtAuto.VTxtAutoClass();
oVoice.Register("","PartsAdmin.exe");
oVoice.Enabled=1; // this is error when running
oVoice.IsSpeaking=true; // complie err,could not setvalue,onlyreading;
}
其它的一些象SPEAK,SPEED 等一些方法和属性没法使用,或许是我没有正确的引用该类,但我找不出如何正确使用该类的方法,哪位DX 知道了,给个提示,或给出一些SAMPLE。
谢谢。