
speaker question - please help!
->I am trying to use VB to play tones through the old PC speaker. How
might I
->go about this?
->Any help would really be appreciated.
You didn't mention which version of Visual Basic you are using, but
there are calls to some Windows API functions that will enable you to
generate tones at given frequencies using the old sound.drv file.
MS Knowledge Base (http://www.microsoft.com/kb) article Q71102
demonstrates how to do this.
Paul
~~~~