Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVista Alt+Tab Pin
Ric Ashton26-Feb-09 5:20
Ric Ashton26-Feb-09 5:20 
AnswerRe: Vista Alt+Tab Pin
Code-o-mat26-Feb-09 6:48
Code-o-mat26-Feb-09 6:48 
GeneralRe: Vista Alt+Tab Pin
Ric Ashton26-Feb-09 6:55
Ric Ashton26-Feb-09 6:55 
GeneralRe: Vista Alt+Tab Pin
Ric Ashton26-Feb-09 7:13
Ric Ashton26-Feb-09 7:13 
GeneralRe: Vista Alt+Tab Pin
Code-o-mat26-Feb-09 7:20
Code-o-mat26-Feb-09 7:20 
GeneralRe: Vista Alt+Tab Pin
Ric Ashton26-Feb-09 7:39
Ric Ashton26-Feb-09 7:39 
GeneralRe: Vista Alt+Tab Pin
Code-o-mat26-Feb-09 7:50
Code-o-mat26-Feb-09 7:50 
GeneralRe: Vista Alt+Tab Pin
Ric Ashton26-Feb-09 8:40
Ric Ashton26-Feb-09 8:40 
I thank very much for your time.
My application is complex and I will get through the current inconsistency between
operating systems with respect to Focus and Activate.
I would like to ask one more question.
In older computers with sound cards, there is an instant termination of
sound with two direct PlaySound statements. One might hear a click of the
first sound, with the second sound being played in full.
Example
strcpy(bbb, ResidentDir);
strcat(bbb, "\\sound\\alphabet\\cfs.wav"); //changed file structure
PlaySound(bbb, NULL, SND_SYNC|SND_NODEFAULT);

strcpy(bbb, ResidentDir);
strcat(bbb, "\\sound\\alphabet\\ill.wav"); //I love lollipops
PlaySound(bbb, NULL, SND_SYNC|SND_NODEFAULT);

On newer computers with the sound card built into the motherboard, there is an accumulated
delay. If the above code were to be repeated 100 times, it would take some 10 seconds for the
computer to say "I love lollipops". I was curious as to whether there was a primacy on streaming
or an inability to interrupt in the new configurations.

Yours
Ric
GeneralRe: Vista Alt+Tab Pin
Code-o-mat26-Feb-09 9:14
Code-o-mat26-Feb-09 9:14 
GeneralRe: Vista Alt+Tab Pin
Luc Pattyn26-Feb-09 11:08
sitebuilderLuc Pattyn26-Feb-09 11:08 
QuestionExpression in a variable name Pin
callmeishmael2526-Feb-09 4:47
callmeishmael2526-Feb-09 4:47 
AnswerRe: Expression in a variable name Pin
Code-o-mat26-Feb-09 5:07
Code-o-mat26-Feb-09 5:07 
GeneralRe: Expression in a variable name Pin
callmeishmael2526-Feb-09 5:41
callmeishmael2526-Feb-09 5:41 
AnswerRe: Expression in a variable name Pin
David Crow26-Feb-09 7:41
David Crow26-Feb-09 7:41 
QuestionATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 2:49
Kuniva26-Feb-09 2:49 
AnswerRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:10
Code-o-mat26-Feb-09 3:10 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 3:23
Kuniva26-Feb-09 3:23 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:31
Code-o-mat26-Feb-09 3:31 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 3:34
Kuniva26-Feb-09 3:34 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:38
Code-o-mat26-Feb-09 3:38 
Questioninterprocess communication between flash and visual c++ Pin
praveensweb26-Feb-09 1:05
praveensweb26-Feb-09 1:05 
AnswerRe: interprocess communication between flash and visual c++ Pin
Code-o-mat26-Feb-09 1:16
Code-o-mat26-Feb-09 1:16 
GeneralRe: interprocess communication between flash and visual c++ Pin
Jim Crafton26-Feb-09 10:52
Jim Crafton26-Feb-09 10:52 
AnswerRe: interprocess communication between flash and visual c++ Pin
Nishad S26-Feb-09 1:58
Nishad S26-Feb-09 1:58 
AnswerRe: interprocess communication between flash and visual c++ Pin
lebaer26-Feb-09 19:22
lebaer26-Feb-09 19:22 

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.