Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAny way to intercept WM_SIZING with SDI/MDI application Pin
aldeba20-Jun-02 2:59
aldeba20-Jun-02 2:59 
GeneralRe: Any way to intercept WM_SIZING with SDI/MDI application Pin
Christian Graus20-Jun-02 3:06
protectorChristian Graus20-Jun-02 3:06 
GeneralRe: Any way to intercept WM_SIZING with SDI/MDI application Pin
S.Maharajan20-Jun-02 3:26
S.Maharajan20-Jun-02 3:26 
GeneralMain Window handle Pin
vikramlinux20-Jun-02 2:48
vikramlinux20-Jun-02 2:48 
Generalapplication window handle. Pin
vikramlinux20-Jun-02 2:47
vikramlinux20-Jun-02 2:47 
GeneralAny documentation on how VC++ treats JPEG Pin
Sutanu20-Jun-02 1:42
Sutanu20-Jun-02 1:42 
GeneralRe: Any documentation on how VC++ treats JPEG Pin
Chris Losinger20-Jun-02 2:33
professionalChris Losinger20-Jun-02 2:33 
Questionwhy II can't use ActiveMoview (ocx) for playing mp3? Pin
white jungle20-Jun-02 1:30
white jungle20-Jun-02 1:30 
I want to use ActiveMovie (ocx) to play mp3 in my program.
I use it as follow:
// CFileDialog dlg(TRUE,"mp3",NULL,OFN_HIDEREADONLY,NULL,NULL);
if(dlg.DoModal ()==IDOK)
{
CString pathname=dlg.GetPathNmae();
m_MusicPlayer.SetAutoStart (TRUE);
m_MusicPlayer.SetFileName( pathname);
}

But every time I open the mp3,the program will exit auotmatically.
I trace the program and found that when the program run to
m_MusicPlayer.SetFileName( pathname);
the program will quit.
I don't what cause this.
And I use Windows Media Play 8!

Thank you for help!

Don't look at me in that way!
GeneralVB macros in VC++ Pin
20-Jun-02 1:30
suss20-Jun-02 1:30 
GeneralRe: VB macros in VC++ Pin
Niklas L20-Jun-02 1:38
Niklas L20-Jun-02 1:38 
QuestionHow can I get the amount of pixels horizontally scrolled by CRichEditCtrl? Pin
Miguel Fonseca20-Jun-02 1:19
Miguel Fonseca20-Jun-02 1:19 
GeneralMemory Question.... Pin
Christian Graus20-Jun-02 1:16
protectorChristian Graus20-Jun-02 1:16 
GeneralRe: Memory Question.... Pin
Niklas L20-Jun-02 1:30
Niklas L20-Jun-02 1:30 
GeneralRe: Memory Question.... Pin
Christian Graus20-Jun-02 1:38
protectorChristian Graus20-Jun-02 1:38 
GeneralRe: Memory Question.... Pin
Niklas L20-Jun-02 1:42
Niklas L20-Jun-02 1:42 
GeneralRe: Memory Question.... Pin
jbarton20-Jun-02 10:47
jbarton20-Jun-02 10:47 
GeneralIGPEInformation and IGroupPolicyObject Pin
Andreas Saurwein20-Jun-02 1:05
Andreas Saurwein20-Jun-02 1:05 
GeneralFtpGetFile Pin
Brian Azzopardi20-Jun-02 0:29
Brian Azzopardi20-Jun-02 0:29 
QuestionWhat is a wrapper class?!! Pin
yeeeooowww19-Jun-02 23:54
yeeeooowww19-Jun-02 23:54 
AnswerRe: What is a wrapper class?!! Pin
benjymous20-Jun-02 0:29
benjymous20-Jun-02 0:29 
AnswerRe: What is a wrapper class?!! Pin
Christian Graus20-Jun-02 0:43
protectorChristian Graus20-Jun-02 0:43 
GeneralRe: What is a wrapper class?!! Pin
20-Jun-02 1:33
suss20-Jun-02 1:33 
GeneralRe: What is a wrapper class?!! Pin
Christian Graus20-Jun-02 3:07
protectorChristian Graus20-Jun-02 3:07 
AnswerRe: What is a wrapper class?!! Pin
Chris Losinger20-Jun-02 2:43
professionalChris Losinger20-Jun-02 2:43 
AnswerRe: What is a wrapper class?!! Pin
Joaquín M López Muñoz20-Jun-02 2:49
Joaquín M López Muñoz20-Jun-02 2:49 

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.