CROSSFIRE - Field 'tcpClient' in type 'Project.CrossfireForm1' is of an unsupported type 'System.Net.Sockets.TcpClient'.
Dim tcpClient as new TcpClient
On_Load:
tcpClient.connect("ip",port)
Error.... as above
Printable View
CROSSFIRE - Field 'tcpClient' in type 'Project.CrossfireForm1' is of an unsupported type 'System.Net.Sockets.TcpClient'.
Dim tcpClient as new TcpClient
On_Load:
tcpClient.connect("ip",port)
Error.... as above
I using Compact Framework