001
27.10.2005, 12:28 Uhr
Uwe
C/C++ Master (Administrator)
|
Hallo, Du kannst die winmm.dll nutzen.
C++: |
[DllImport("winmm.dll", EntryPoint="PlaySound",CharSet=CharSet.Auto)] private static extern int PlaySound(String pszSound, int hmod, int falgs);
|
-- "Es ist schwierig, ein Programm wirklich idiotensicher zu machen, weil Idioten so genial sind."
Bis dann... Uwe |