Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to create button at Run-Time ?? Pin
Vistac29-Mar-01 15:14
Vistac29-Mar-01 15:14 
Generalforms Pin
29-Mar-01 3:57
suss29-Mar-01 3:57 
GeneralWindows 95 and resource problem Pin
AndyC29-Mar-01 3:53
AndyC29-Mar-01 3:53 
GeneralRe: resource problem Pin
Paolo Messina29-Mar-01 7:06
professionalPaolo Messina29-Mar-01 7:06 
QuestionHow I can play mp3 files from my program Pin
Ahmad29-Mar-01 3:16
Ahmad29-Mar-01 3:16 
AnswerRe: How I can play mp3 files from my program Pin
Thierry Marneffe29-Mar-01 4:21
Thierry Marneffe29-Mar-01 4:21 
AnswerRe: How I can play mp3 files from my program Pin
Thierry Marneffe29-Mar-01 4:21
Thierry Marneffe29-Mar-01 4:21 
AnswerRe: How I can play mp3 files from my program Pin
Christian Graus29-Mar-01 12:39
protectorChristian Graus29-Mar-01 12:39 
There is a project at CodeProject that demonstrates skinnalbe apps by providing full source for an mp3 player. I have successfully removed the player classes and played MP3s in my own code.

XAudio is free, but it has a license agreement which basically states that they are free to decide one day that they want money for it, so I'd recommend not using it. I'd prefer to know up front if something is going to cost me, and how much. Otherwise, who knows what could happen down the track ? In that vein, fmod is a sound library that appears quite powerful, is free for use in non profit code, and gives you up front prices if you're going to use it in commercial code.

Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
GeneralCall Stack Debug Window in VC6 Pin
jerry0davis28-Mar-01 23:46
jerry0davis28-Mar-01 23:46 
GeneralRe: Call Stack Debug Window in VC6 Pin
Tim Deveaux29-Mar-01 4:41
Tim Deveaux29-Mar-01 4:41 
GeneralOLE DoVerb() problem Pin
28-Mar-01 23:27
suss28-Mar-01 23:27 
GeneralRe: OLE DoVerb() problem Pin
28-Mar-01 23:45
suss28-Mar-01 23:45 
GeneralRe: OLE DoVerb() problem Pin
29-Mar-01 0:19
suss29-Mar-01 0:19 
QuestionHow to make splitter windows scroll synchronously? Pin
28-Mar-01 22:28
suss28-Mar-01 22:28 
GeneralCursor problem Pin
Wolfram Steinke28-Mar-01 14:10
Wolfram Steinke28-Mar-01 14:10 
GeneralRe: Cursor problem Pin
Christian Graus28-Mar-01 15:11
protectorChristian Graus28-Mar-01 15:11 
GeneralHelp de-activating system menu in window Pin
Peter Sjöström28-Mar-01 6:49
Peter Sjöström28-Mar-01 6:49 
GeneralRe: Help de-activating system menu in window Pin
Sir Gras of Berger28-Mar-01 9:30
Sir Gras of Berger28-Mar-01 9:30 
GeneralRe: Help de-activating system menu in window Pin
Peter Sjöström28-Mar-01 21:32
Peter Sjöström28-Mar-01 21:32 
GeneralHelp de-activating system menu in window Pin
Peter Sjöström28-Mar-01 6:48
Peter Sjöström28-Mar-01 6:48 
QuestionFlickering...? Pin
Manfred Ramosch28-Mar-01 3:45
Manfred Ramosch28-Mar-01 3:45 
AnswerRe: Flickering...? Pin
Chris Losinger28-Mar-01 8:17
professionalChris Losinger28-Mar-01 8:17 
AnswerRe: Flickering...? Pin
Erik Funkenbusch28-Mar-01 12:42
Erik Funkenbusch28-Mar-01 12:42 
GeneralRe: Flickering...? Pin
Manfred Ramosch29-Mar-01 2:31
Manfred Ramosch29-Mar-01 2:31 
GeneralRe: Flickering...? Pin
Christian Graus29-Mar-01 3:01
protectorChristian Graus29-Mar-01 3:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.