Click here to Skip to main content
15,909,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhtml-based modless Windeow Pin
meinhard_risch4-Feb-06 6:22
meinhard_risch4-Feb-06 6:22 
AnswerRe: html-based modless Windeow Pin
EXTEIDE4-Feb-06 9:40
EXTEIDE4-Feb-06 9:40 
AnswerRe: html-based modless Windeow Pin
meinhard_risch4-Feb-06 13:32
meinhard_risch4-Feb-06 13:32 
GeneralRe: html-based modless Windeow Pin
EXTEIDE4-Feb-06 14:30
EXTEIDE4-Feb-06 14:30 
GeneralRe: html-based modless Windeow Pin
meinhard_risch5-Feb-06 3:40
meinhard_risch5-Feb-06 3:40 
GeneralRe: html-based modless Windeow Pin
EXTEIDE5-Feb-06 3:58
EXTEIDE5-Feb-06 3:58 
GeneralRe: html-based modless Windeow Pin
meinhard_risch9-Feb-06 10:48
meinhard_risch9-Feb-06 10:48 
QuestionAudio audition with WMP? Pin
Jim A. Johnson4-Feb-06 6:11
Jim A. Johnson4-Feb-06 6:11 
I have written a simple audio player that uses MCI to audition audio files from a Windows file dialog, as well as from our own graphic UI.

Unfortunately, since writing it we have learned that MCI does not support several audio file types, notably 24-bit files.

We'd like to rewrite the class to use WMP, but documentation for that technology is hard to find.

Can anyone recommend a way to use WMP to implement the following interface?

class AudioPlayer
{
public:
AudioPlayer();
~AudioPlayer();

void OpenFile(const tstring& strFileName);
void CloseFile();
const tstring& GetFileName() const;

void Play();
void Stop();
bool IsPlaying() const;
bool CanPlay() const;
};
AnswerRe: Audio audition with WMP? Pin
EXTEIDE4-Feb-06 8:52
EXTEIDE4-Feb-06 8:52 
QuestionVideo Setting Pin
Hamid_RT4-Feb-06 3:50
Hamid_RT4-Feb-06 3:50 
QuestionHow To Add Menu To Program ? ? ? Pin
Morfix4-Feb-06 3:00
Morfix4-Feb-06 3:00 
AnswerRe: How To Add Menu To Program ? ? ? Pin
Stephen Hewitt4-Feb-06 4:15
Stephen Hewitt4-Feb-06 4:15 
GeneralRe: How To Add Menu To Program ? ? ? Pin
Morfix4-Feb-06 7:36
Morfix4-Feb-06 7:36 
QuestionExporting data to Excel worksheet Pin
ddmcr4-Feb-06 1:22
ddmcr4-Feb-06 1:22 
AnswerRe: Exporting data to Excel worksheet Pin
Stephen Hewitt4-Feb-06 1:29
Stephen Hewitt4-Feb-06 1:29 
AnswerRe: Exporting data to Excel worksheet Pin
Graham Shanks4-Feb-06 12:47
Graham Shanks4-Feb-06 12:47 
GeneralRe: Exporting data to Excel worksheet Pin
ddmcr4-Feb-06 23:36
ddmcr4-Feb-06 23:36 
AnswerRe: Exporting data to Excel worksheet Pin
meinhard_risch5-Feb-06 3:53
meinhard_risch5-Feb-06 3:53 
GeneralRe: Exporting data to Excel worksheet Pin
ddmcr5-Feb-06 4:05
ddmcr5-Feb-06 4:05 
QuestionHow can I convert a CString variable to float Pin
mikobi3-Feb-06 23:30
mikobi3-Feb-06 23:30 
AnswerRe: How can I convert a CString variable to float Pin
Stephen Hewitt3-Feb-06 23:45
Stephen Hewitt3-Feb-06 23:45 
AnswerRe: How can I convert a CString variable to float Pin
Michael Dunn4-Feb-06 2:12
sitebuilderMichael Dunn4-Feb-06 2:12 
AnswerRe: How can I convert a CString variable to float Pin
ThatsAlok4-Feb-06 5:09
ThatsAlok4-Feb-06 5:09 
QuestionHELP!!!!!! error C2664 Pin
Rob2183-Feb-06 22:33
Rob2183-Feb-06 22:33 
AnswerRe: HELP!!!!!! error C2664 Pin
Stephen Hewitt3-Feb-06 22:51
Stephen Hewitt3-Feb-06 22:51 

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.