Click here to Skip to main content
15,904,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: quick question on polymorphism Pin
Cedric Moonen26-Nov-09 3:09
Cedric Moonen26-Nov-09 3:09 
AnswerRe: quick question on polymorphism Pin
«_Superman_»26-Nov-09 9:20
professional«_Superman_»26-Nov-09 9:20 
QuestionPlay two audio file in different different Left Right speaker Pin
Shivanand Gupta26-Nov-09 1:46
Shivanand Gupta26-Nov-09 1:46 
AnswerRe: Play two audio file in different different Left Right speaker Pin
KarstenK26-Nov-09 2:09
mveKarstenK26-Nov-09 2:09 
GeneralRe: Play two audio file in different different Left Right speaker Pin
Shivanand Gupta26-Nov-09 6:59
Shivanand Gupta26-Nov-09 6:59 
GeneralRe: Play two audio file in different different Left Right speaker Pin
molesworth26-Nov-09 7:48
molesworth26-Nov-09 7:48 
GeneralRe: Play two audio file in different different Left Right speaker Pin
Shivanand Gupta26-Nov-09 8:01
Shivanand Gupta26-Nov-09 8:01 
AnswerRe: Play two audio file in different different Left Right speaker Pin
molesworth26-Nov-09 7:24
molesworth26-Nov-09 7:24 
If you want to do this programmatically, it's fairly straightforward as well.

The actual method will depend on which audio API you're using. e.g. in DirectSound there's a "SetPan" method which can pan a buffer between left and right. So just load and play the two sounds, and set one to fully left pan, and the other to fully right.

There are three kinds of people in the world - those who can count and those who can't...

QuestionLoading a RTF file as a resource Pin
maycockt26-Nov-09 0:50
maycockt26-Nov-09 0:50 
AnswerRe: Loading a RTF file as a resource Pin
sashoalm26-Nov-09 1:34
sashoalm26-Nov-09 1:34 
GeneralLink for dealing with resources Pin
KarstenK26-Nov-09 2:18
mveKarstenK26-Nov-09 2:18 
AnswerRe: Loading a RTF file as a resource Pin
Code-o-mat26-Nov-09 1:38
Code-o-mat26-Nov-09 1:38 
AnswerRe: Loading a RTF file as a resource Pin
maycockt27-Nov-09 1:17
maycockt27-Nov-09 1:17 
Questionone question, who can help me? Pin
nenfa25-Nov-09 23:51
nenfa25-Nov-09 23:51 
AnswerRe: one question, who can help me? Pin
Covean26-Nov-09 0:11
Covean26-Nov-09 0:11 
GeneralRe: one question, who can help me? Pin
nenfa26-Nov-09 0:23
nenfa26-Nov-09 0:23 
GeneralRe: one question, who can help me? Pin
Covean26-Nov-09 1:14
Covean26-Nov-09 1:14 
GeneralRe: one question, who can help me? Pin
nenfa26-Nov-09 1:35
nenfa26-Nov-09 1:35 
GeneralRe: one question, who can help me? Pin
Covean26-Nov-09 1:52
Covean26-Nov-09 1:52 
GeneralRe: one question, who can help me? Pin
nenfa26-Nov-09 2:14
nenfa26-Nov-09 2:14 
GeneralRe: one question, who can help me? Pin
Covean26-Nov-09 2:16
Covean26-Nov-09 2:16 
GeneralRe: one question, who can help me? Pin
nenfa26-Nov-09 3:26
nenfa26-Nov-09 3:26 
GeneralRe: one question, who can help me? Pin
Covean26-Nov-09 3:49
Covean26-Nov-09 3:49 
QuestionMFC CListctrl flickers when i delete all the items and reload it Pin
manoharbalu25-Nov-09 23:35
manoharbalu25-Nov-09 23:35 
AnswerRe: MFC CListctrl flickers when i delete all the items and reload it Pin
LunaticFringe26-Nov-09 0:09
LunaticFringe26-Nov-09 0:09 

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.