Click here to Skip to main content
15,889,808 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionJavaScript issue -- I need solution urgent so please help me Pin
trilokharry26-Jun-09 23:38
trilokharry26-Jun-09 23:38 
AnswerRe: JavaScript issue -- I need solution urgent so please help me PinPopular
Pete O'Hanlon27-Jun-09 2:07
mvePete O'Hanlon27-Jun-09 2:07 
QuestionAttach a sql database Pin
saeidfarahi26-Jun-09 10:43
saeidfarahi26-Jun-09 10:43 
AnswerCross post Pin
Not Active26-Jun-09 11:09
mentorNot Active26-Jun-09 11:09 
GeneralRe: Cross post Pin
saeidfarahi26-Jun-09 23:34
saeidfarahi26-Jun-09 23:34 
GeneralRe: Cross post Pin
Pete O'Hanlon27-Jun-09 2:00
mvePete O'Hanlon27-Jun-09 2:00 
QuestionPlaying and Manipulating Audio Pin
Leslie Sanford26-Jun-09 5:50
Leslie Sanford26-Jun-09 5:50 
AnswerRe: Playing and Manipulating Audio Pin
molesworth26-Jun-09 23:54
molesworth26-Jun-09 23:54 
Depending on what you want to do, and what kind of performance you need, there are a few options.

The easiest is using one of the managed wrappers for DirectShow or DirectX audio (DirectShow is no longer part of DirectX, and DirectX audio really now means XAudio2, which is replacing DirectSound).

The more complicated, but more efficient for performance, is to write your own manged <-> unmanaged interface layer, and use things like command batching and shared memory, since every call across the managed / unmanaged interface is a real performance killer.

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

AnswerRe: Playing and Manipulating Audio Pin
Curtis Schlak.1-Jul-09 12:01
Curtis Schlak.1-Jul-09 12:01 
QuestionMicrosoft Shared Source initiative.. Pin
Super Lloyd26-Jun-09 4:41
Super Lloyd26-Jun-09 4:41 
Questionprinter problem in asp.net Pin
banerjins25-Jun-09 23:16
banerjins25-Jun-09 23:16 
AnswerRe: printer problem in asp.net Pin
Eddy Vluggen26-Jun-09 2:57
professionalEddy Vluggen26-Jun-09 2:57 
AnswerRe: printer problem in asp.net Pin
DoctorMick26-Jun-09 6:23
DoctorMick26-Jun-09 6:23 
QuestionHow to istall iis Pin
vickybhu25-Jun-09 19:10
vickybhu25-Jun-09 19:10 
AnswerRe: How to istall iis Pin
vickybhu25-Jun-09 19:12
vickybhu25-Jun-09 19:12 
QuestionRe: How to istall iis Pin
vickybhu25-Jun-09 19:14
vickybhu25-Jun-09 19:14 
AnswerSchytzophrenic?? Pin
Dave Kreskowiak25-Jun-09 19:23
mveDave Kreskowiak25-Jun-09 19:23 
JokeRe: Schytzophrenic?? Pin
DaveyM6925-Jun-09 23:24
professionalDaveyM6925-Jun-09 23:24 
QuestionMenuStrip Icon Pin
JediKnight225-Jun-09 4:02
JediKnight225-Jun-09 4:02 
AnswerRe: MenuStrip Icon Pin
MatthysDT6-Jun-11 1:53
MatthysDT6-Jun-11 1:53 
QuestionPerform file operations with elevation. Pin
coder25524-Jun-09 16:44
coder25524-Jun-09 16:44 
AnswerRe: Perform file operations with elevation. Pin
Mark Salsbery24-Jun-09 18:27
Mark Salsbery24-Jun-09 18:27 
QuestionRe: Perform file operations with elevation. [modified] Pin
coder25525-Jun-09 2:47
coder25525-Jun-09 2:47 
AnswerRe: Perform file operations with elevation. Pin
Mark Salsbery25-Jun-09 6:06
Mark Salsbery25-Jun-09 6:06 
Questiononline payment Pin
ruchira jain23-Jun-09 21:28
ruchira jain23-Jun-09 21:28 

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.