Click here to Skip to main content
16,012,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to install source patch with VC++? Pin
23-Feb-01 13:09
suss23-Feb-01 13:09 
QuestionHow to install source patch with VC++? Pin
23-Feb-01 13:08
suss23-Feb-01 13:08 
GeneralWinsock problem - PLEASE help Pin
23-Feb-01 11:11
suss23-Feb-01 11:11 
GeneralRe: Winsock problem - PLEASE help Pin
Tim Deveaux23-Feb-01 13:06
Tim Deveaux23-Feb-01 13:06 
GeneralRe: Winsock problem - PLEASE help Pin
James R. Twine27-Feb-01 8:14
James R. Twine27-Feb-01 8:14 
QuestionSounds ?? Pin
23-Feb-01 8:39
suss23-Feb-01 8:39 
AnswerRe: Sounds ?? Pin
Christian Graus23-Feb-01 22:29
protectorChristian Graus23-Feb-01 22:29 
AnswerRe: Sounds ?? Pin
23-Feb-01 23:34
suss23-Feb-01 23:34 
i play the sound and i play another sound nearly the same time

The sndPlaySound(..) will not do that simply because it won't return (Free the Sound Device) until the previous sound is fully played till end. The next sound is only played once the Sound Device is free from playing the one before.

Instead, use MCI stuff or better yet as Christian mentioned, use DirectSound stuff.

Good Luck! Smile | :)
GeneralAFX Woes Pin
Jamie Nordmeyer23-Feb-01 6:22
Jamie Nordmeyer23-Feb-01 6:22 
GeneralRe: AFX Woes Pin
Tim Deveaux23-Feb-01 7:46
Tim Deveaux23-Feb-01 7:46 
GeneralEncoding Ascii file Pin
Gerry23-Feb-01 5:46
Gerry23-Feb-01 5:46 
GeneralRe: Encoding Ascii file Pin
Daniel Ferguson23-Feb-01 7:13
Daniel Ferguson23-Feb-01 7:13 
GeneralRe: Encoding Ascii file Pin
23-Feb-01 9:52
suss23-Feb-01 9:52 
GeneralSeeking Patterns in Files Pin
23-Feb-01 3:49
suss23-Feb-01 3:49 
GeneralRe: Seeking Patterns in Files Pin
l a u r e n23-Feb-01 3:57
l a u r e n23-Feb-01 3:57 
GeneralMultiple child frames for a document Pin
23-Feb-01 2:53
suss23-Feb-01 2:53 
GeneralRe: Multiple child frames for a document Pin
l a u r e n23-Feb-01 3:48
l a u r e n23-Feb-01 3:48 
QuestionHow to detect a IE 5 or 5.5 url request Pin
23-Feb-01 2:06
suss23-Feb-01 2:06 
AnswerRe: How to detect a IE 5 or 5.5 url request Pin
Michael Dunn23-Feb-01 15:55
sitebuilderMichael Dunn23-Feb-01 15:55 
QuestionHow to execute code before shutdown? Pin
23-Feb-01 0:35
suss23-Feb-01 0:35 
AnswerRe: How to execute code before shutdown? Pin
23-Feb-01 1:02
suss23-Feb-01 1:02 
GeneralProcess injected DLLS Pin
Traveler22-Feb-01 21:17
Traveler22-Feb-01 21:17 
QuestionCan a Dialog ::OnCommand handler override the View ::OnCommand handler? Pin
22-Feb-01 20:47
suss22-Feb-01 20:47 
GeneralScrolling text Pin
Ashman22-Feb-01 20:39
Ashman22-Feb-01 20:39 
GeneralRe: Scrolling text Pin
Christian Graus22-Feb-01 20:50
protectorChristian Graus22-Feb-01 20:50 

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.