随笔分类 - WinForm学习
WinForm学习
摘要:参考文献:http://m.cnblogs.com/14104/1314213.htmlProgram.cs 代码using System;using System.Collections.Generic;using System.Windows.Forms;using System.Threading;namespace TestClickOnce{ static class Program {...
阅读全文
摘要:C#播放WAV声音文件/C# SoundPlayer应用/C# 调用资源语音文件参考文献:用C#实现多种方式播放Wav声音http://news.newhua.com/news1/program_language/2010/39/1039145356E05CFFBKCF863FB948DC2KH1C4DC5CDCHDCD4KK86GBF8.html示例:本示例主要通过 using System.M...
阅读全文
摘要:http://topic.csdn.net/t/20051019/00/4335324.html楼主beckham88(Icanfly)2005-10-19 00:45:10 在 .NET技术 / C# 提问一共三个问题: 1,winform里用C#怎么播放音频文件(例如:*.wav)? 2,C#中怎样调用api函数? 3,C#中怎样调用com组件? 1 楼saucer(思归)回复于 2005-1...
阅读全文