The server isn't sending "info" to the client, so the If statement will never fire.
Code:
Winsock1.SendData Info
Will send something like "9/23/2003 17:30"; nowhere will it send the string "info". That's where creating some sort of protocol comes in :-)
|
__________________
Rule #1: Admin is always right
Rule #2: If Admin is wrong, see Rule #1
|