Click here to Skip to main content
15,885,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: convert an image (black & white) to a file (zero & one) in the VC++ Pin
Niklas L22-Mar-11 20:43
Niklas L22-Mar-11 20:43 
GeneralRe: convert an image (black & white) to a file (zero & one) in the VC++ Pin
Shatha8823-Mar-11 9:02
Shatha8823-Mar-11 9:02 
AnswerRe: convert an image (black & white) to a file (zero & one) in the VC++ Pin
Cedric Moonen22-Mar-11 21:26
Cedric Moonen22-Mar-11 21:26 
QuestionHow to use structure constructor ? Pin
_Flaviu22-Mar-11 6:58
_Flaviu22-Mar-11 6:58 
AnswerRe: How to use structure constructor ? Pin
Ozer Karaagac22-Mar-11 7:57
professionalOzer Karaagac22-Mar-11 7:57 
GeneralRe: How to use structure constructor ? Pin
_Flaviu22-Mar-11 8:39
_Flaviu22-Mar-11 8:39 
GeneralRe: How to use structure constructor ? Pin
Stefan_Lang23-Mar-11 0:06
Stefan_Lang23-Mar-11 0:06 
QuestionwaveOutOpen Working Properly but Voice is Low Pin
AmbiguousName22-Mar-11 2:36
AmbiguousName22-Mar-11 2:36 
hello guys... Im using waveOutOpen function to play a voice on my Landline number. Now when I play voice in windows media player it plays fine but when I play voice using waveOutOpen() it plays low (actually you"ll have with all attention and no noise around). Wjhat can be the reason. I am using following properties for format for waveInOpen() and waveOutOpen().

     WAVEFORMATEX     _oFormat;
     LPWAVEFORMATEX   _pFormat = NULL;

_pFormat = &_oFormat;
_pFormat->wFormatTag = WAVE_FORMAT_PCM;
_pFormat->cbSize = 0;
_pFormat->nChannels = 1;
_pFormat->nBlockAlign = 1;
_pFormat->wBitsPerSample = 8;
_pFormat->nSamplesPerSec = 8000;
_pFormat->nAvgBytesPerSec = 8000;

AnswerRe: waveOutOpen Working Properly but Voice is Low Pin
rp_suman22-Mar-11 23:11
rp_suman22-Mar-11 23:11 
QuestionCLSID for invisible Pin
sarfaraznawaz22-Mar-11 1:24
sarfaraznawaz22-Mar-11 1:24 
AnswerRe: CLSID for invisible Pin
Richard MacCutchan22-Mar-11 5:15
mveRichard MacCutchan22-Mar-11 5:15 
QuestionOpenPrinter() API Pin
msr_codeproject21-Mar-11 22:41
msr_codeproject21-Mar-11 22:41 
AnswerRe: OpenPrinter() API Pin
Richard MacCutchan21-Mar-11 23:57
mveRichard MacCutchan21-Mar-11 23:57 
QuestionMFC: How to set the focus to the previously focused window? Pin
Erik21-Mar-11 19:48
Erik21-Mar-11 19:48 
AnswerRe: MFC: How to set the focus to the previously focused window? Pin
tagopi21-Mar-11 22:16
tagopi21-Mar-11 22:16 
GeneralRe: MFC: How to set the focus to the previously focused window? Pin
msr_codeproject21-Mar-11 22:32
msr_codeproject21-Mar-11 22:32 
AnswerRe: MFC: How to set the focus to the previously focused window? Pin
Hans Dietrich22-Mar-11 4:24
mentorHans Dietrich22-Mar-11 4:24 
GeneralRe: MFC: How to set the focus to the previously focused window? Pin
Emilio Garavaglia22-Mar-11 22:20
Emilio Garavaglia22-Mar-11 22:20 
QuestionHandle Inheritance in Windows [modified] Pin
Sudhan Gandhi21-Mar-11 0:59
Sudhan Gandhi21-Mar-11 0:59 
AnswerRe: Handle Inheritance in Windows Pin
«_Superman_»21-Mar-11 1:24
professional«_Superman_»21-Mar-11 1:24 
GeneralRe: Handle Inheritance in Windows Pin
Sudhan Gandhi21-Mar-11 2:01
Sudhan Gandhi21-Mar-11 2:01 
GeneralRe: Handle Inheritance in Windows Pin
Richard MacCutchan21-Mar-11 2:57
mveRichard MacCutchan21-Mar-11 2:57 
GeneralRe: Handle Inheritance in Windows Pin
Sudhan Gandhi21-Mar-11 4:27
Sudhan Gandhi21-Mar-11 4:27 
GeneralRe: Handle Inheritance in Windows Pin
Richard MacCutchan21-Mar-11 5:44
mveRichard MacCutchan21-Mar-11 5:44 
AnswerRe: Handle Inheritance in Windows Pin
Michael Dunn22-Mar-11 21:08
sitebuilderMichael Dunn22-Mar-11 21:08 

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.