This message was edited by Diwakar Bista at 2005-3-15 0:57:24
I downloaded the file io.dll for programming the parallel port
But I am finding non of it's command working
like I tried
Private Declare Sub SetPortBit Lib "IO.DLL" (ByVal Port As Integer, ByVal Bit As Byte)
Private Sub Command1_Click()
Call SetPortBit(378, 2)
End Sub
Is there any thing else that i can do or this dll doesn't work in Win XP ?
So please do send me the command syntax if mine is wrong or any information which you think will be helpful for me.