Click here to Skip to main content
15,891,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Debugger query Pin
Stephen Hewitt15-May-06 19:11
Stephen Hewitt15-May-06 19:11 
QuestionHow to open dsw file through my code? Pin
Abhayc15-May-06 18:52
Abhayc15-May-06 18:52 
AnswerRe: How to open dsw file through my code? Pin
John M. Drescher15-May-06 19:08
John M. Drescher15-May-06 19:08 
GeneralRe: How to open dsw file through my code? Pin
Abhayc15-May-06 22:38
Abhayc15-May-06 22:38 
GeneralRe: How to open dsw file through my code? Pin
ThatsAlok15-May-06 22:52
ThatsAlok15-May-06 22:52 
GeneralRe: How to open dsw file through my code? Pin
Abhayc16-May-06 6:36
Abhayc16-May-06 6:36 
QuestionRecord AVI with sound Pin
huutribk200115-May-06 18:08
huutribk200115-May-06 18:08 
AnswerRe: Record AVI with sound Pin
normanS15-May-06 20:08
normanS15-May-06 20:08 
Instead of saving separate AVI and WAV files and then using additional code to combine the AVI and WAV files, I think it would be cleaner / better to update the code which writes the AVI file so it saves an AVI with audio and video.

I did something similar - I wrote a program which saved video-only AVIs (based on the MSDN WriteAVI sample), then later updated it to save audio in the AVI file. If you decide to follow that route, I will clean it up a bit (it's a long function) and post the code. My program is C, not C++, but it should be useable.
GeneralRe: Record AVI with sound Pin
huutribk200115-May-06 20:21
huutribk200115-May-06 20:21 
GeneralRe: Record AVI with sound Pin
huutribk200115-May-06 20:26
huutribk200115-May-06 20:26 
GeneralRe: Record AVI with sound Pin
normanS15-May-06 23:57
normanS15-May-06 23:57 
GeneralRe: Record AVI with sound Pin
huutribk200116-May-06 0:02
huutribk200116-May-06 0:02 
GeneralRe: Record AVI with sound Pin
normanS16-May-06 0:22
normanS16-May-06 0:22 
GeneralRe: Record AVI with sound Pin
huutribk200116-May-06 16:51
huutribk200116-May-06 16:51 
GeneralRe: Record AVI with sound Pin
normanS16-May-06 19:23
normanS16-May-06 19:23 
QuestionHelp mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2315-May-06 17:37
nrj2315-May-06 17:37 
AnswerRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
_AnsHUMAN_ 15-May-06 17:46
_AnsHUMAN_ 15-May-06 17:46 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2315-May-06 18:32
nrj2315-May-06 18:32 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2316-May-06 20:25
nrj2316-May-06 20:25 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
_AnsHUMAN_ 16-May-06 20:36
_AnsHUMAN_ 16-May-06 20:36 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2316-May-06 21:00
nrj2316-May-06 21:00 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
_AnsHUMAN_ 16-May-06 21:06
_AnsHUMAN_ 16-May-06 21:06 
AnswerRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2315-May-06 20:43
nrj2315-May-06 20:43 
Questionhow to create a transparent Edit control on a CWnd object, while not a CDialog object? Pin
samfromcn15-May-06 15:55
samfromcn15-May-06 15:55 
AnswerRe: how to create a transparent Edit control on a CWnd object, while not a CDialog object? Pin
NiceNaidu15-May-06 18:41
NiceNaidu15-May-06 18: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.