Can someone tell me why this doesn't work in a DLL project? (see attachment)
When connecting:
It just sits there and does literally Nothing. No error code, no nothing.VB Code:
Dim ipStr, portStr As String ipStr = "66.66.66.66" ' example IP portStr = 4500 Client.Connect ipStr, portStr
Works just fine in EXE :ehh:
