Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mabry's SocketX OCX
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00314472
Message ID:
00364622
Views:
58
You put your The EventMask propriety to -1 ?

I just start with Socket/x and in the documentation, i see this.

object.EventMask [= integer ]

1 Receive event fired when data is received.
2 Send event fired when the socket is ready to send data.
4 OutOfBandData event fired when out-of-band data is received.
8 Accept event fired when a client connection has been accepted.
16 Connect event fired when a socket connects to a server.
32 Close event fired when the socket closes.
63 Enables all of the socket events.

Just put it to 63 if u want all events.

object.EventMask = 3 mean u want 1+2 events fired when it happend.

I know your tread is there since 07/01/2000. But i just need some info. about Socket/x. Im just starting on this. Just reply me if you have a good experience with socket/X. I dont want to play with Socket/X a long time if it dont do the job.

Thanks

Francois
Previous
Reply
Map
View

Click here to load this message in the networking platform