사운드파일 출력1 [C#.net] 초간단 Sound File Play 하기 API를 모셔와야지 winmm.DLL 을 사용하면 간단하다. ↑ 멀티미디어 관련 기능을 모아놓은 DLL 간단히 클래스 정의해보앗슴 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace 냐옹이네 { public class SoundHelper { #region API DLL Import And Define [System.Runtime.InteropServices.DllImport("winmm.DLL", CharSet = CharSet.Auto)] private static extern bool PlaySound(string.. 2010. 10. 20. 이전 1 다음