Controling master volume in VB.net

  • Thread starter Thread starter Stefan Basler
  • Start date Start date
S

Stefan Basler

Hi there,

I'm currently working on a VB .NET project in which I need to control
the master and / or the line in of the installed sound card. I managed
to control the wave volume by using waveOutSetVolume, but not the master.
I've found several examples using mixerOpen for VB6, but they don't work
correctly with VB.NET. I assume there is a problem with the DECLARE
statement because of data type differences.

I'd really appreciate any help on this.

regards,
Stefan
 
Back
Top