|
-
Aug 6th, 2004, 02:18 AM
#1
Thread Starter
Hyperactive Member
Socket Connection
hihi.. i have some difficulty in resolving the socket connection. i have this code --->
imports system.Net
Imports system.Net.sockets
.
.
Dim _tcpClient as new TcpClient
_tcpClient.connect("152.226.138.189", 6969)
.
.
however, i got this error message :
"C:\Documents and Settings\User\My Documents\Visual Studio Projects\CrossfireApp9\bin\CrossfireApp9.exe CROSSFIRE - Field 'tcpClient' in type 'CrossfireApp9.EPG_HOME' is of an unsupported type 'System.Net.Sockets.TcpClient'."
i am using AppForge prog for coding. If the system is not supporting this code, what should i do instead.
thanks for all suggestion.
reagrds
regen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|