check if soundcard exists with C#

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Is it posssible to check if soundcard exists with C#, and if
so...how?

I'd like to be able to execute a Camtasia MP4 if a Soundcard exists.
If there isn't one then display the script (words).

Thanks
 
Morning Mark,
It's a grey area. Although it's in C#...I need to do the checking on
the Client Side of an ASP.Net Web App. Sorry. I didn't indicate that
above.

Dave
 
It's a grey area. Although it's in C#...I need to do the checking on
the Client Side of an ASP.Net Web App. Sorry. I didn't indicate that
above.

ASP.NET? Never going to happen due to the sandbox.
Silverlight? Possibly. Not sure of sandbox.
Java? Maybe. Not sure of sandbox.
WPF app? Certainly, but this is click once and client.
Windows Forms app? Same thing.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top