Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Software Engine... » Audio   (RSS)
Recently BillP , the author of the antispyware application WinPatrol asked on the MSDN forums about a problem he was having with his application . His app called PlaySound(MAKEINTRESOURCE(IDR_WOOF), hInst, SND_RESOURCE | SND_SYNC | SND_NOWAIT) but it Read More...
For better or worse, the Windows UI model ties a window to a particular thread, that has led to a programming paradigm where work is divided between "UI threads" and "I/O threads". In order to keep your application responsive, it's critically important Read More...
I was planning on discussing this later on in the series, but "Dave" asked a question that really should be answered in a complete post (I did say I was doing this ad-hoc, it shows). Let's go back to the PlaySound API, and let's ask two different questions Read More...
Anyone who's been at Microsoft for long enough (long enough to use DOS on a day-to-day basis) remembers the deadly "beeping death". The "beeping death" was an artifact of the MS-NET product that we deployed for networking here at Microsoft, and I was Read More...
 
Page view tracker