Thread: Play music files in C#

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    2

    Play music files in C#

    Is there another way to play music files in C# other then using
    DirectX?

    Thank you very much

  2. #2
    Chief Code Coloniser!
    Join Date
    Apr 2005
    Posts
    121
    A quick google search resulted in this link to a page that describes how to use the PlaySound() Win32 API function in C#... this should get you going.

    Good luck.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. DirectX Question
    By bladerunner627 in forum Game Programming
    Replies: 2
    Last Post: 04-04-2005, 11:55 AM
  3. Cribbage Game
    By PJYelton in forum Game Programming
    Replies: 14
    Last Post: 04-07-2003, 10:00 AM
  4. music in video games
    By C Seņor in forum Game Programming
    Replies: 9
    Last Post: 03-05-2002, 08:18 PM
  5. Play .wav files?
    By Hydro in forum C++ Programming
    Replies: 6
    Last Post: 02-24-2002, 02:40 PM