0 Members and 2 Guests are viewing this topic.
what language? C#?
SOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?
Quote from: qazz42 on February 14, 2011, 04:01:07 pmSOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?I'll upload the source as soon as I can (probably tomorrow).I am using the Windows Media Player dll and changing the mediaPlayer.URL string to play different songs.
Quote from: Scout on February 14, 2011, 04:20:11 pmQuote from: qazz42 on February 14, 2011, 04:01:07 pmSOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?I'll upload the source as soon as I can (probably tomorrow).I am using the Windows Media Player dll and changing the mediaPlayer.URL string to play different songs.ah, niiice, referencing assemblies is not something I am up to yet, unfortunetly...I could have sworn that there was a built-in method that allows you to manipulate sound from the System namespace, or is there?
Good idea might cut down on the ram foot print a lot which will be nice ^_^
Quote from: qazz42 on February 14, 2011, 06:37:22 pmQuote from: Scout on February 14, 2011, 04:20:11 pmQuote from: qazz42 on February 14, 2011, 04:01:07 pmSOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?I'll upload the source as soon as I can (probably tomorrow).I am using the Windows Media Player dll and changing the mediaPlayer.URL string to play different songs.ah, niiice, referencing assemblies is not something I am up to yet, unfortunetly...I could have sworn that there was a built-in method that allows you to manipulate sound from the System namespace, or is there? I'm not really user. For mePlaysMedia I don't use a single method for the sound playing.Also, I think I'm gonna stop using the windows media player dll and make something of my own. I found a tutorial on it, I'll check that built-in method to manipulate the System Sound.
ah, do tell when you find it. I think it was under System.Media or something `-`I forgot where it was and I would like to screw with it a bit
That looks nice and it seems to work well. The interface is simple so a lot of people might like it.