Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winsock
Message
From
14/01/2003 08:03:29
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00741288
Message ID:
00741361
Views:
23
>>subclass the WinSock control in VFP <<

Is subclassing somehow as followed?

*----------------------------------------------------------------
define class mysocks as winsock
procedure dataarrival
lparameters totalbytes
local s
s = space( totalbytes )
this.getdata ( @s )
this.senddata ( alltrim(s) + ':' + ' Accepted' )
endproc
enddefine
*---------------------------------------------------------------
but it seems not work.
can you tell more details?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform