资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using SpeechLib;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
private SpeechVoiceSpeakFlags _spFlags;
private SpVoice _voice;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
_voice = new SpVoice();
_spFlags = SpeechVoiceSpeakFlags.SVSFlagsAsync;
_voice.Voice = _voice.GetVoices(““ ““).Item(comboBox2.SelectedIndex);
_voice.Voice.GetDescription(comboBox2.SelectedIndex);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-07-17 16:11 SpeechVoice\
文件 6335 2014-07-17 15:45 SpeechVoice\Form1.Designer.cs
文件 2113 2014-07-23 10:54 SpeechVoice\Form1.cs
文件 5817 2014-07-17 15:45 SpeechVoice\Form1.resx
文件 163840 2014-07-17 15:45 SpeechVoice\Interop.SpeechLib.dll
文件 505 2014-07-17 15:45 SpeechVoice\Program.cs
目录 0 2014-07-17 15:45 SpeechVoice\Properties\
文件 1368 2014-07-17 15:45 SpeechVoice\Properties\AssemblyInfo.cs
文件 2900 2014-07-17 15:45 SpeechVoice\Properties\Resources.Designer.cs
文件 5612 2014-07-17 15:45 SpeechVoice\Properties\Resources.resx
文件 1111 2014-07-17 15:45 SpeechVoice\Properties\Settings.Designer.cs
文件 249 2014-07-17 15:45 SpeechVoice\Properties\Settings.settings
文件 631 2014-07-17 15:45 SpeechVoice\SpeechVoice.cs
文件 3969 2014-07-27 18:44 SpeechVoice\SpeechVoice.csproj
目录 0 2014-07-17 16:11 SpeechVoice\bin\
目录 0 2014-07-18 10:06 SpeechVoice\bin\Debug\
文件 13824 2014-07-18 10:06 SpeechVoice\bin\Debug\WindowsFormsApplication1.exe
文件 24064 2014-07-18 10:06 SpeechVoice\bin\Debug\WindowsFormsApplication1.pdb
目录 0 2014-07-23 10:51 SpeechVoice\bin\Release\
文件 13824 2014-07-27 18:44 SpeechVoice\bin\Release\WindowsFormsApplication1.exe
文件 28160 2014-07-27 18:44 SpeechVoice\bin\Release\WindowsFormsApplication1.pdb
文件 22472 2014-07-27 18:45 SpeechVoice\bin\Release\WindowsFormsApplication1.vshost.exe
目录 0 2014-07-18 10:09 SpeechVoice\obj\
目录 0 2014-07-18 10:06 SpeechVoice\obj\Debug\
文件 6905 2014-07-18 13:46 SpeechVoice\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 776 2014-07-18 10:06 SpeechVoice\obj\Debug\SpeechVoice.csproj.FileListAbsolute.txt
文件 975 2014-07-18 10:06 SpeechVoice\obj\Debug\SpeechVoice.csproj.GenerateResource.Cache
文件 4366 2014-07-18 10:06 SpeechVoice\obj\Debug\SpeechVoice.csprojResolveAssemblyReference.cache
目录 0 2014-07-27 18:46 SpeechVoice\obj\Debug\TempPE\
文件 180 2014-07-18 10:06 SpeechVoice\obj\Debug\WindowsFormsApplication1.Form1.resources
文件 180 2014-07-18 10:06 SpeechVoice\obj\Debug\WindowsFormsApplication1.Properties.Resources.resources
............此处省略13个文件信息
- 上一篇:C# 生产管理系统源码含数据库
- 下一篇:C# 断点续传 在线文件
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
- C#之WPF重绘动态正弦余弦曲线
评论
共有 条评论