Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Printing in MFC Pin
bob169724-Aug-07 8:38
bob169724-Aug-07 8:38 
GeneralRe: Printing in MFC Pin
Bram van Kampen5-Aug-07 3:11
Bram van Kampen5-Aug-07 3:11 
AnswerRe: Printing in MFC Pin
hxhl955-Aug-07 9:56
hxhl955-Aug-07 9:56 
QuestionCreating Formatting Bar Pin
.NET- India 3-Aug-07 9:23
.NET- India 3-Aug-07 9:23 
QuestionRe: Creating Formatting Bar Pin
David Crow3-Aug-07 10:35
David Crow3-Aug-07 10:35 
AnswerRe: Creating Formatting Bar Pin
Hamid_RT3-Aug-07 18:44
Hamid_RT3-Aug-07 18:44 
QuestionCreate a wav file using existing wav files Pin
vikrant kpr3-Aug-07 7:56
vikrant kpr3-Aug-07 7:56 
AnswerRe: Create a wav file using existing wav files Pin
mid=57413-Aug-07 17:07
mid=57413-Aug-07 17:07 
If the wave files both contain PCM data, you can perform a crude mix by grabbing a sample from each file and summing them in the ratio you want. If you want a 70/30 mix, multiply the sample from 1.wav by 0.7 and the sample from 2.wav by 0.3. Add the two values and write to a new wave file. If the files have different sampling frequencies, bit depths, or numbers of channels, you'll have to do some processing to make them equivalent to each other before summing the samples.
AnswerRe: Create a wav file using existing wav files Pin
Karismatic3-Aug-07 20:38
Karismatic3-Aug-07 20:38 
QuestionAfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 5:59
Johpoke3-Aug-07 5:59 
AnswerRe: AfxBeginThread() with a function in the main class Pin
led mike3-Aug-07 6:13
led mike3-Aug-07 6:13 
QuestionRe: AfxBeginThread() with a function in the main class Pin
David Crow3-Aug-07 6:15
David Crow3-Aug-07 6:15 
AnswerRe: AfxBeginThread() with a function in the main class [modified] Pin
Mark Salsbery3-Aug-07 6:20
Mark Salsbery3-Aug-07 6:20 
QuestionRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 6:39
Johpoke3-Aug-07 6:39 
AnswerRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 6:45
Mark Salsbery3-Aug-07 6:45 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 6:52
Johpoke3-Aug-07 6:52 
QuestionRe: AfxBeginThread() with a function in the main class Pin
David Crow3-Aug-07 6:54
David Crow3-Aug-07 6:54 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 6:59
Johpoke3-Aug-07 6:59 
QuestionRe: AfxBeginThread() with a function in the main class Pin
David Crow3-Aug-07 7:05
David Crow3-Aug-07 7:05 
AnswerRe: AfxBeginThread() with a function in the main class [Solved] Pin
Johpoke3-Aug-07 7:12
Johpoke3-Aug-07 7:12 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Ahmad Al-Maraghi4-Aug-07 1:50
Ahmad Al-Maraghi4-Aug-07 1:50 
AnswerRe: AfxBeginThread() with a function in the main class Pin
led mike3-Aug-07 7:08
led mike3-Aug-07 7:08 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 7:32
Mark Salsbery3-Aug-07 7:32 
GeneralRe: AfxBeginThread() with a function in the main class Pin
led mike3-Aug-07 7:43
led mike3-Aug-07 7:43 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 7:59
Johpoke3-Aug-07 7:59 

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.