Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winsock.ocx
Message
From
30/09/1999 02:37:28
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00266152
Message ID:
00270894
Views:
27
Evan, Winsock.OCX is mainly handling TCPIP programming.

For Normal usage, you can create an Online Client/Server Application, Online game, etc.
Because all the communication Sockets including data, and address control can be
designed by yourself. Even for some hackers, they find the security bug on socket sending,
(e.g. OOB bug) they can create their own attack program!!

Of cos, if he want to do simply task such as check email, send email.
It will surely waste time to do so!
but if he want to make a new application with handling it's own Internet msg package,
it will be a great job to do! =)
(such as BO 2000, remote control other machine!!)

In most cases, unless there is a great background support on doing BIG project,
most likely learning this is to do sth destructive!! :P




>What are you trying to accomplish?
>
>>Has anyone ever tried to use the microsoft winsock.ocx control in VFP 6.0a?
>>
>>I am trying to use it... but when I try to invoke the Accept method... It tells me 'Invalid operation in current state.' I am closing the socket before the Accept method, but the State still stays at 2(listening).
>>
>>I forced a wait between
>>
>>winsock.close
>>
>>and
>>
>>winsock.accept(requestid)
>>
>>but it still stays at 2(listening).
>>
>>Does anyone have any ideas?
>>
>>
>>Thanx,
>>
>>
>>Michael J. Mead
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform