I
IdiotZ42
Hello,
Is there an easier way to open an IP connection to my networked printer?
currently I've been trying to use:
Private Declare Function WSAStartup Lib "WSOCK32.DLL" Alias "#115" _
(ByVal wVersionRequired As Integer, _
ByRef WSAData As WSADataType) As Integer
but this is just an uphill battle.
Is there an easier way to open an IP connection to my networked printer?
currently I've been trying to use:
Private Declare Function WSAStartup Lib "WSOCK32.DLL" Alias "#115" _
(ByVal wVersionRequired As Integer, _
ByRef WSAData As WSADataType) As Integer
but this is just an uphill battle.