Hi, folks.
I'm using a multimedia control to play audio .wav or .mp3 files. I'd like to use either a scrollbar or a spin button to ramp the volume (loudness) up or down as needed.
VB help refers to a .Volume property of the object that the multimedia control sends the audio to, but the multimedia control itself has no .Volume property.
How do I figure out what object the multimedia control is communicating with in a way that allows me to access the .Volume property of that object? Or how do I assign, reference, attach, or connect the scrollbar or spin button to the object?
Thanks much for any ideas here!
Respectfully,
GWhiz
I'm using a multimedia control to play audio .wav or .mp3 files. I'd like to use either a scrollbar or a spin button to ramp the volume (loudness) up or down as needed.
VB help refers to a .Volume property of the object that the multimedia control sends the audio to, but the multimedia control itself has no .Volume property.
How do I figure out what object the multimedia control is communicating with in a way that allows me to access the .Volume property of that object? Or how do I assign, reference, attach, or connect the scrollbar or spin button to the object?
Thanks much for any ideas here!
Respectfully,
GWhiz