codice:
Private Sub Form_Load()
WskClient.Connect "192.168.0.4", "23"
End Sub
Private Sub wskClient_DataArrival(ByVal bytesTotal As Long)
WskClient.GetData a
txtreply = a & vbCrLf
End Sub
quando vado a leggere mi esce questo testo
?????????????????????????????????????? ???????????????????? ?????????????? ??????????????8?????? ?????????????????????????????????? ?????????????????????????????????????????? ????
Forse perchι il vb6 non gestisce certi caratteri?
Come posso risolvere?