摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace FA120{ public class WavFilePlayer { [DllImport("winmm")] public static ... 阅读全文
摘要:
http://blog.csdn.net/findcaiyzh/archive/2009/01/31/3855368.aspxwindows medie player (以下简称WMP),默认不在vs2005的toolbox中,因此,需要手动添加,下面是在vs2005中使用WMP控件的步骤:The following is the walkthrough to use a Windows Medi... 阅读全文