Home All Groups Group Topic Archive Search About

Detect soundcards on board of your system

Author
18 Jul 2006 12:54 AM
Bart.Bernaerts
Hi,

I want to detect all soundcards that are on board of the system.  I
know it is possible did it before but do not know it any more :-(.

Can somebody please help me out?

Regards,

Bart

Author
18 Jul 2006 4:39 AM
Cor Ligthert [MVP]
Bart,

Have a look at the WMI classes, with that you can detect almost everything.

Cor

<Bart.Bernae***@gmail.com> schreef in bericht
Show quoteHide quote
news:1153184055.060556.123570@b28g2000cwb.googlegroups.com...
> Hi,
>
> I want to detect all soundcards that are on board of the system.  I
> know it is possible did it before but do not know it any more :-(.
>
> Can somebody please help me out?
>
> Regards,
>
> Bart
>
Author
18 Jul 2006 1:30 PM
nime
http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=2918&lngWId=10

Private Declare Function waveOutGetNumDevs Lib "winmm.dll" () As Integer

numDevices = waveOutGetNumDevs()


Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:Og2YuPiqGHA.644@TK2MSFTNGP05.phx.gbl...
> Bart,
>
> Have a look at the WMI classes, with that you can detect almost everything.
>
> Cor
>
> <Bart.Bernae***@gmail.com> schreef in bericht news:1153184055.060556.123570@b28g2000cwb.googlegroups.com...
>> Hi,
>>
>> I want to detect all soundcards that are on board of the system.  I
>> know it is possible did it before but do not know it any more :-(.
>>
>> Can somebody please help me out?
>>
>> Regards,
>>
>> Bart
>>
>
>