Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mswinsck.ocx don't work (for me).
Message
From
19/03/1999 02:26:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Mswinsck.ocx don't work (for me).
Miscellaneous
Thread ID:
00199637
Message ID:
00199637
Views:
38
I try to use this control in VFP5 identical to example in vbconusingwinsockcontrol.htm without success.
Two forms:
first - frmServer, containing OCX tcpServer
- init method of frmServer:
thisform.tcpServer.localport=1001
thisform.tcpServer.listen()
- ConnectionRequest method of tcpServer:
wait "hello" wind

second - frmClient, containing OCX tcpClient, commandbutton Connect
- init method of frmClient:
thisform.tcpClient.remotehost="papo"
thisform.tcpClient.remoteport=1001
- click method of Connect:
thisform.tcpClient.connect()

After clicking Connect my computer don't say hello ...
I have good experiences with mscomm32.ocx, so (in my children's naivity) I introdused, it will be the same problem.

Is somewhere something, what I forgot?
(I visit msdn, mabry, socketwrench, download, winfiles)
Next
Reply
Map
View

Click here to load this message in the networking platform