Click here to Skip to main content
15,906,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCFormView: adding a CHeaderCtrl? Pin
ckorda2-Dec-03 16:48
ckorda2-Dec-03 16:48 
AnswerRe: CFormView: adding a CHeaderCtrl? Pin
Monty22-Dec-03 19:09
Monty22-Dec-03 19:09 
GeneralRe: CFormView: adding a CHeaderCtrl? Pin
ckorda4-Dec-03 11:43
ckorda4-Dec-03 11:43 
GeneralRe: CFormView: adding a CHeaderCtrl? Pin
Monty25-Dec-03 20:28
Monty25-Dec-03 20:28 
GeneralArrows keys Pin
Gagnon Claude2-Dec-03 16:00
Gagnon Claude2-Dec-03 16:00 
GeneralRe: Arrows keys Pin
Antti Keskinen3-Dec-03 3:07
Antti Keskinen3-Dec-03 3:07 
Generalabout record voice Pin
yingkou2-Dec-03 15:39
yingkou2-Dec-03 15:39 
GeneralRe: about record voice Pin
Peter Molnar3-Dec-03 14:45
Peter Molnar3-Dec-03 14:45 
I order to record/play voice you can use the Windows multimedia functions of the Platform SDK (e.g. waveInStart or waveOutStop)
You can also find easy to use and ready made wrapper classes of them like this:
http://www.codeproject.com/audio/wave_class_for_playing_and_recording.asp

Your only task is to record some data to a buffer and if you have enough, send it periodiacally to your peer.

There are implementations of that, too:

http://www.codeproject.com/internet/voicetalk.asp

Peter Molnar
Generalproject problem Pin
coda_x2-Dec-03 15:13
coda_x2-Dec-03 15:13 
GeneralRe: project problem Pin
Terry O'Nolley2-Dec-03 15:39
Terry O'Nolley2-Dec-03 15:39 
GeneralRe: project problem Pin
coda_x2-Dec-03 16:46
coda_x2-Dec-03 16:46 
Generalextracting clip from an avi or any other file Pin
hina_askh2-Dec-03 14:55
hina_askh2-Dec-03 14:55 
GeneralMACROS. Pin
WREY2-Dec-03 14:38
WREY2-Dec-03 14:38 
GeneralRe: MACROS. Pin
Christian Graus2-Dec-03 17:33
protectorChristian Graus2-Dec-03 17:33 
GeneralRe: MACROS. Pin
WREY2-Dec-03 18:10
WREY2-Dec-03 18:10 
GeneralRe: MACROS. Pin
Christian Graus3-Dec-03 8:36
protectorChristian Graus3-Dec-03 8:36 
GeneralRe: MACROS. Pin
Bob Stanneveld2-Dec-03 21:09
Bob Stanneveld2-Dec-03 21:09 
GeneralRe: MACROS. Pin
WREY3-Dec-03 6:53
WREY3-Dec-03 6:53 
Questioncan wmi-client access the remote wmi on a machine outside of lan network? Pin
Habbit2-Dec-03 13:21
Habbit2-Dec-03 13:21 
GeneralFile Dialog after dialog creation Pin
act_x2-Dec-03 10:28
act_x2-Dec-03 10:28 
GeneralRe: File Dialog after dialog creation Pin
GeMe_Hendrix2-Dec-03 11:11
GeMe_Hendrix2-Dec-03 11:11 
GeneralGetProcAddress problem... Pin
LukeV2-Dec-03 10:19
LukeV2-Dec-03 10:19 
GeneralRe: GetProcAddress problem... Pin
LukeV2-Dec-03 10:30
LukeV2-Dec-03 10:30 
GeneralRe: GetProcAddress problem... Pin
Tim Smith2-Dec-03 15:35
Tim Smith2-Dec-03 15:35 
QuestionSize of a CDHTMLDialog? Pin
Robert Mooney2-Dec-03 7:41
Robert Mooney2-Dec-03 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.