Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use of Registry WriteProfileString Pin
David Crow10-Mar-05 10:00
David Crow10-Mar-05 10:00 
GeneralMFC Open Dialog Pin
Anonymous10-Mar-05 8:00
Anonymous10-Mar-05 8:00 
GeneralRe: MFC Open Dialog Pin
Steen Krogsgaard 210-Mar-05 8:08
Steen Krogsgaard 210-Mar-05 8:08 
GeneralI'm puzzled Pin
g3e10-Mar-05 7:57
g3e10-Mar-05 7:57 
GeneralRe: I'm puzzled Pin
PJ Arends11-Mar-05 15:36
professionalPJ Arends11-Mar-05 15:36 
Questionhow to find workgroup Pin
javad_200510-Mar-05 7:25
javad_200510-Mar-05 7:25 
AnswerRe: how to find workgroup Pin
Branislav10-Mar-05 19:59
Branislav10-Mar-05 19:59 
GeneralAVI Player codec questions Pin
Member 176862410-Mar-05 7:07
Member 176862410-Mar-05 7:07 
I have a variety of codecs on my machine as well as a variety of encoded avi files. I've written a fairly simple media player using MS's MCIWnd class. While it works with some files, I've had problems with xvid and divx encoded files. In particular, I've gotten dropped frames with no sound in some cases and sound with no video in others. When using Windows Media Player, all of these files play back correctly. My understanding was the codec support is transparent, i.e. I can tell MCIWnd to play a file and as long as the container and codec are recognized, it should work. Am I missing something?

The other approach I'm trying is using an ActiveX media player control. It seems to work a bit better, but the documentation is non-existent. VC dropped in a class called CWMPMedia. While I can see the functions in the IDE, I'm not quite sure what all of them do. Take GetImageSourceHeight() or GetMarkerCount() for example. Also as I'm trying to make my media player an ActiveX control, I had to create a dialog and insert the Windows Media Player control on that dialog. My control puts the WMP control right onto the container -- I don't use the dialog. Is there a way to add a graphical control to a VC project without dropping it onto a dialog? Since I'm not using the dialog, it seems extraneous.

I'm curious about both approaches, so any info on either or both would be great!

Thanks all,
David
GeneralCListCtrl highlight row Pin
DanYELL10-Mar-05 7:06
DanYELL10-Mar-05 7:06 
GeneralI got it! Pin
DanYELL10-Mar-05 7:20
DanYELL10-Mar-05 7:20 
GeneralATL Server and Access Denied Pin
Federico Milano10-Mar-05 6:59
Federico Milano10-Mar-05 6:59 
GeneralShellExecute/CreateProcess problem Pin
YaronNir10-Mar-05 6:38
YaronNir10-Mar-05 6:38 
GeneralRe: ShellExecute/CreateProcess problem Pin
David Crow10-Mar-05 10:06
David Crow10-Mar-05 10:06 
GeneralRe: ShellExecute/CreateProcess problem Pin
Yaronn11-Mar-05 11:43
Yaronn11-Mar-05 11:43 
GeneralRe: ShellExecute/CreateProcess problem Pin
TheGreatAndPowerfulOz10-Mar-05 10:13
TheGreatAndPowerfulOz10-Mar-05 10:13 
GeneralRe: ShellExecute/CreateProcess problem Pin
Yaronn11-Mar-05 11:45
Yaronn11-Mar-05 11:45 
GeneralRe: ShellExecute/CreateProcess problem Pin
Michael Dunn10-Mar-05 11:55
sitebuilderMichael Dunn10-Mar-05 11:55 
GeneralRe: ShellExecute/CreateProcess problem Pin
YaronNir11-Mar-05 11:48
YaronNir11-Mar-05 11:48 
GeneralRe: ShellExecute/CreateProcess problem Pin
David Crow13-Mar-05 15:45
David Crow13-Mar-05 15:45 
GeneralOpenFileDialog....MFC Pin
C++NewBe10-Mar-05 6:08
C++NewBe10-Mar-05 6:08 
GeneralRe: OpenFileDialog....MFC Pin
bcemick10-Mar-05 6:21
bcemick10-Mar-05 6:21 
GeneralRe: OpenFileDialog....MFC Pin
Steen Krogsgaard 210-Mar-05 8:05
Steen Krogsgaard 210-Mar-05 8:05 
GeneralEquality ( operator== ) Overload Pin
Jeryth10-Mar-05 5:37
Jeryth10-Mar-05 5:37 
GeneralRe: Equality ( operator== ) Overload Pin
YaronNir10-Mar-05 6:43
YaronNir10-Mar-05 6:43 
GeneralRe: Equality ( operator== ) Overload Pin
Steen Krogsgaard 210-Mar-05 7:41
Steen Krogsgaard 210-Mar-05 7:41 

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.