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

C / C++ / MFC

 
GeneralRe: Embedding HTML code into VC Pin
Hamid_RT10-Feb-08 21:28
Hamid_RT10-Feb-08 21:28 
QuestionWhy ++++i works and i++++ does not work? Pin
Don Box8-Feb-08 0:53
Don Box8-Feb-08 0:53 
AnswerRe: Why ++++i works and i++++ does not work? Pin
CPallini8-Feb-08 0:58
mveCPallini8-Feb-08 0:58 
AnswerRe: Why ++++i works and i++++ does not work? Pin
ShilpiP8-Feb-08 1:02
ShilpiP8-Feb-08 1:02 
AnswerRe: Why ++++i works and i++++ does not work? Pin
David Crow8-Feb-08 2:37
David Crow8-Feb-08 2:37 
AnswerRe: Why ++++i works and i++++ does not work? Pin
Gregory Bryant10-Feb-08 16:42
Gregory Bryant10-Feb-08 16:42 
GeneralDirect Show and Multiple sound cards!! Pin
~Jabeen~8-Feb-08 0:41
~Jabeen~8-Feb-08 0:41 
GeneralRe: Direct Show and Multiple sound cards!! Pin
Rajkumar R8-Feb-08 1:49
Rajkumar R8-Feb-08 1:49 
~Jabeen~ wrote:
when i pass CLSID_AudioRendererCategory it gives me 6 audio renderer values


this is because there r 2 filter instances (DirectSound And Waveout) for each audio device (
Device 1 (WaveOut, DirectSound) +
Device 2 (WaveOut, DirectSound) +
default (selected Device (Device 1/2)) (waveout, DirectSound)
= 6
)

to select a particular renderer u may need to compare the friendly names of the enumerated monikers through BindToStorage() and create the filter instance using IMoniker::BindToObject(),
the friendly names are of the format
"The DirectSound instance has the friendly name "DirectSound: DeviceName," where DeviceName is the name of the device. The WaveOut instance has the friendly name DeviceName."



~Jabeen~ wrote:
how can i configure it to 2 sound devices rather than renderers


above details gives the idea for doing in directshow.
GeneralRe: Direct Show and Multiple sound cards!! Pin
rjkg8-Feb-08 1:58
rjkg8-Feb-08 1:58 
GeneralRe: Direct Show and Multiple sound cards!! Pin
Rajkumar R8-Feb-08 4:20
Rajkumar R8-Feb-08 4:20 
GeneralRe: Direct Show and Multiple sound cards!! Pin
Rajkumar R8-Feb-08 2:23
Rajkumar R8-Feb-08 2:23 
GeneralConvert CString to DWORD or CString to COLORREF Pin
orihime8-Feb-08 0:06
orihime8-Feb-08 0:06 
GeneralRe: Convert CString to DWORD or CString to COLORREF Pin
Rajkumar R8-Feb-08 0:11
Rajkumar R8-Feb-08 0:11 
GeneralRe: Convert CString to DWORD or CString to COLORREF [modified] Pin
CPallini8-Feb-08 0:20
mveCPallini8-Feb-08 0:20 
GeneralRe: Convert CString to DWORD or CString to COLORREF Pin
orihime10-Feb-08 18:09
orihime10-Feb-08 18:09 
GeneralRe: Convert CString to DWORD or CString to COLORREF Pin
CPallini10-Feb-08 21:46
mveCPallini10-Feb-08 21:46 
Questionprivileged instruction exception in ultimate grid Pin
Anna Anna7-Feb-08 22:44
Anna Anna7-Feb-08 22:44 
GeneralRe: privileged instruction exception in ultimate grid Pin
Iain Clarke, Warrior Programmer8-Feb-08 1:12
Iain Clarke, Warrior Programmer8-Feb-08 1:12 
GeneralRe: privileged instruction exception - Problem solved Pin
Anna Anna8-Feb-08 3:27
Anna Anna8-Feb-08 3:27 
GeneralA very strange problem (to me at least) ..... Pin
Still learning how to code7-Feb-08 22:28
Still learning how to code7-Feb-08 22:28 
GeneralRe: A very strange problem (to me at least) ..... Pin
CPallini7-Feb-08 23:06
mveCPallini7-Feb-08 23:06 
GeneralRe: A very strange problem (to me at least) ..... Pin
Still learning how to code7-Feb-08 23:13
Still learning how to code7-Feb-08 23:13 
QuestionRe: A very strange problem (to me at least) ..... Pin
CPallini7-Feb-08 23:16
mveCPallini7-Feb-08 23:16 
GeneralRe: A very strange problem (to me at least) ..... Pin
Still learning how to code7-Feb-08 23:58
Still learning how to code7-Feb-08 23:58 
GeneralRe: A very strange problem (to me at least) ..... Pin
CPallini8-Feb-08 0:05
mveCPallini8-Feb-08 0:05 

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.