09 2015 档案

摘要:using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace BarCodeLibrary{ public class ZebraGe... 阅读全文
posted @ 2015-09-15 23:00 applekingghfhfhbr 阅读(402) 评论(0) 推荐(0)
摘要:private void lbFilePath_DragEnter(object sender, DragEventArgs e) { if (e.Data.GetDataPresent(DataFormats.FileDrop)) { ... 阅读全文
posted @ 2015-09-09 13:30 applekingghfhfhbr 阅读(456) 评论(0) 推荐(0)
摘要:指令修复法!开始菜单,运行 ,输入cmd, 回车,在命令提示符下输入(复制即可) :for %1 in (%windir%\system32\*.ocx) doregsvr32.exe/s %1粘贴,回车,滚动完毕后,再输入:for %1 in (%windir%\system32\*.dll) d... 阅读全文
posted @ 2015-09-08 22:10 applekingghfhfhbr 阅读(213) 评论(0) 推荐(0)
摘要:李贺144加入VIP|个人中心||百度首页新闻网页贴吧知道音乐图片视频地图百科文库首页分类教育文库精品文库个人认证机构合作文库VIP高考状元笔记百度文库专业资料IT/计算机主板元器件识别与好坏判断(21人评价)|1622人阅读|120次下载|举报文档主​板​元​器​件​识​别​与​好​坏​判​断你... 阅读全文
posted @ 2015-09-06 23:12 applekingghfhfhbr 阅读(831) 评论(0) 推荐(0)
摘要:引用类库:System.Speech.dll导入空间:using System.Speech.Synthesis; //用于生成响应的事件using System.Speech;using System.Speech.Recognition;//1.Async="true"//2.SpeechSyn... 阅读全文
posted @ 2015-09-06 10:04 applekingghfhfhbr 阅读(242) 评论(0) 推荐(0)