| |
shaneOj
Posts: 2
Score: 0
Joined: 8/2/2005
Status: offline
|
hi all! i need help with controlling the parallel port via the internet.. i already tried Visual Basic 6 (locally) and i was wondering if it is possible with vbscript (via the internet) too.. Private Declare Function Inp Lib "inpout32.dll" _ Alias "Inp32" (ByVal PortAddress As Integer) As Integer Private Declare Sub Out Lib "inpout32.dll" _ Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer) that is from the Visual Basic 6 code.. i don't know what is the equivalent command or code in vbscript.. does anybody know? please help. thanks.
|
|