Click here to Skip to main content
15,887,368 members
Home / Discussions / C#
   

C#

 
QuestionImprove Speed of send message from server to all Clients Pin
Vu Nam Son12-Jul-09 7:34
Vu Nam Son12-Jul-09 7:34 
AnswerRe: Improve Speed of send message from server to all Clients Pin
Christian Graus12-Jul-09 7:36
protectorChristian Graus12-Jul-09 7:36 
AnswerRe: Improve Speed of send message from server to all Clients Pin
Behrooz_cs12-Jul-09 9:27
Behrooz_cs12-Jul-09 9:27 
QuestionHow can I intercept audio output? Pin
blametom12-Jul-09 7:01
blametom12-Jul-09 7:01 
AnswerRe: How can I intercept audio output? Pin
Christian Graus12-Jul-09 7:35
protectorChristian Graus12-Jul-09 7:35 
AnswerRe: How can I intercept audio output? Pin
Richard Andrew x6412-Jul-09 17:32
professionalRichard Andrew x6412-Jul-09 17:32 
GeneralRe: How can I intercept audio output? Pin
blametom13-Jul-09 6:19
blametom13-Jul-09 6:19 
QuestionRe: How can I intercept audio output? Pin
blametom13-Jul-09 8:27
blametom13-Jul-09 8:27 
I have come accros another issue whist trying to use directx to acheive my goal. I thought I would start by attempting to identify what the sound output device was identified as so I wrote the following to hopefuly display all my sound devices.

DevicesCollection devList = new DevicesCollection();

foreach (DeviceInformation device in devList)
{
    Console.WriteLine(device.ToString());
}


Unfortunately running this code reulted in the following error.

LoaderLock was Detected
DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.dll'
is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a
DllMain or image initialization function since doing so can cause the application to hang.

I've never come accross this before and have absolutely no idea how to resolve it. I'm a bit of a beginner having completed only 1 year of a computer science degree course so far and errors like this just tend to floor me.Confused | :confused:
NewsRe: How can I intercept audio output? Pin
blametom14-Jul-09 2:26
blametom14-Jul-09 2:26 
Questionconvert ascii bytearray to string Pin
samy10012-Jul-09 3:50
samy10012-Jul-09 3:50 
AnswerRe: convert ascii bytearray to string Pin
Eslam Afifi12-Jul-09 3:55
Eslam Afifi12-Jul-09 3:55 
GeneralRe: convert ascii bytearray to string Pin
samy10012-Jul-09 4:42
samy10012-Jul-09 4:42 
GeneralRe: convert ascii bytearray to string Pin
PIEBALDconsult12-Jul-09 4:50
mvePIEBALDconsult12-Jul-09 4:50 
GeneralRe: convert ascii bytearray to string Pin
Eslam Afifi12-Jul-09 5:32
Eslam Afifi12-Jul-09 5:32 
AnswerRe: convert ascii bytearray to string Pin
Natza Mitzi12-Jul-09 18:27
Natza Mitzi12-Jul-09 18:27 
AnswerRe: convert ascii bytearray to string Pin
OriginalGriff12-Jul-09 4:39
mveOriginalGriff12-Jul-09 4:39 
GeneralRe: convert ascii bytearray to string Pin
harold aptroot12-Jul-09 5:02
harold aptroot12-Jul-09 5:02 
GeneralRe: convert ascii bytearray to string Pin
OriginalGriff12-Jul-09 5:17
mveOriginalGriff12-Jul-09 5:17 
GeneralRe: convert ascii bytearray to string Pin
dybs12-Jul-09 5:54
dybs12-Jul-09 5:54 
GeneralRe: convert ascii bytearray to string Pin
OriginalGriff12-Jul-09 8:23
mveOriginalGriff12-Jul-09 8:23 
GeneralRe: convert ascii bytearray to string Pin
harold aptroot12-Jul-09 6:05
harold aptroot12-Jul-09 6:05 
AnswerRe: convert ascii bytearray to string Pin
Luc Pattyn12-Jul-09 5:00
sitebuilderLuc Pattyn12-Jul-09 5:00 
AnswerRe: convert ascii bytearray to string Pin
leppie12-Jul-09 5:37
leppie12-Jul-09 5:37 
Question[Message Deleted] Pin
sammy1502412-Jul-09 2:37
sammy1502412-Jul-09 2:37 
AnswerRe: Can anybody please help me Pin
dan!sh 12-Jul-09 3:02
professional dan!sh 12-Jul-09 3:02 

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.