|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Detect soundcards on board of your systemHi,
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 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 >
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 >> > > |
|||||||||||||||||||||||