摘要:[代码]
阅读全文
随笔分类 - WinForm
C# WinForm
摘要:1///<summary>2///检测连接指定主机网络状况3///</summary>4///<paramname="host">主机名:可以为IP或者一級域名</param>5///<returns>true连接正常,false无法正常连接</returns>6publicstaticboolCheck(stringhost...
阅读全文
摘要://需要先设置窗体的 KeyPreview属性 为True[代码]作者:不在线个人Blog:http://www.cnblogs.com/buzaixian更多资源请访问:http://www.92dotnet.com/
阅读全文
摘要:声音文件folder.wav放置在bin目录下debug下1.通过API调用[代码]2.通过SoundPlayer对象[代码]SoundPlayer 支持同步、异步播放支持循环播放支持文件和流播放同步播放:[代码]异步播放:System.Media.SoundPlayer player = new System.Media.SoundPlayer();player.SoundLocation = ...
阅读全文