会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
谁来弄死我?
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2010年3月2日
C#播放声音的两个方法 + 流读写文件
摘要: 第一种方法: 利用API播放声音文件using System.Runtime.InteropServices; 在调用API时先引用[DllImport("winmm")]public static extern bool PlaySound(string szSound, IntPtr hMod, int i); //声明API:PlaySound调用:PlaySound(@"声音文件路径",I...
阅读全文
posted @ 2010-03-02 15:09 钢的锅
阅读(3736)
评论(1)
推荐(0)
编辑
2010年3月1日
ArrayList
摘要: using System;using System.IO;using System.Collections;public class Class1{public Class1(){ } static void Main(string[] args) { ArrayList names = new ArrayList(); string path = "D:\\csTest"; names.AddR...
阅读全文
posted @ 2010-03-01 14:51 钢的锅
阅读(144)
评论(0)
推荐(0)
编辑
上一页
1
2
3
公告