|
-
Aug 16th, 2004, 04:29 PM
#1
Thread Starter
Lively Member
Internet Cookies and Winsock Control
Hello Everybody,
I am trying to create an internet cookie using "wininet.dll" and trying to connect to the Server using Winsock Control in the Form Load Event. However I am having problems creating an Internet Cookie and connecting to the Server in the form load event.
Can anyone tell me what could be the problem be..
Pls guide...
Label2.Caption = "Connecting to Remote Server at:" & tcpClient.RemoteHost
tcpClient.RemoteHost = "10.0.6.39"
tcpClient.RemotePort = 8000
tcpClient.connect
connect = True
InternetCookieCreate "http://www.vbusers.com", "SetPhoneStatusChange", "DataSetPhoneStatusChange"
MsgBox "SetPhoneStatusChange Successfully Created"
'GetPhoneStatusChange
Debug.Print InternetCookieGet("http://www.vbusers.com", "", "DataGetPhoneStatusChange")
MsgBox " GetPhoneStatusChange Successfully Created"
Rahil
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
|