CoolKat
12-02-2000, 01:25 AM
Hey Guys,
I have got hold of win95io.dll which is supposed to be an I/O dll for VB. In short this is what I got:
Declarations:
-------------
Declare Sub vbOut Lib "WIN95IO.DLL" (ByVal nPort As Integer, ByVal nData As Integer)
Declare Sub vbOutw Lib "WIN95IO.DLL" (ByVal nPort As Integer, ByVal nData As Integer)
Declare Function vbInp Lib "WIN95IO.DLL" (ByVal nPort As Integer) As Integer
Declare Function vbInpw Lib "WIN95IO.DLL" (ByVal nPort As Integer) As Integer
What I want to do is to tell my VB program, by way of an API call, which of my 2 soundcards I want a sound file sent to. So I need the rest of the code or call to do that. I haven't got a clue, but I know that one of you Cool guys will.
Pleez help.
Stay Kool
I have got hold of win95io.dll which is supposed to be an I/O dll for VB. In short this is what I got:
Declarations:
-------------
Declare Sub vbOut Lib "WIN95IO.DLL" (ByVal nPort As Integer, ByVal nData As Integer)
Declare Sub vbOutw Lib "WIN95IO.DLL" (ByVal nPort As Integer, ByVal nData As Integer)
Declare Function vbInp Lib "WIN95IO.DLL" (ByVal nPort As Integer) As Integer
Declare Function vbInpw Lib "WIN95IO.DLL" (ByVal nPort As Integer) As Integer
What I want to do is to tell my VB program, by way of an API call, which of my 2 soundcards I want a sound file sent to. So I need the rest of the code or call to do that. I haven't got a clue, but I know that one of you Cool guys will.
Pleez help.
Stay Kool