Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using winsock object
Message
From
09/08/2003 13:43:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Using winsock object
Miscellaneous
Thread ID:
00818598
Message ID:
00818598
Views:
59
i have defined a class in myprog.prg like this.

DEFINE CLASS frmSock AS OleControl
OleClass = "MSWinsock.Winsock"
...
ENDPROC


and from a form i wrote

This.NewObject('sock', 'frmSock','myprog.prg')

the problem is that vfp 6 doesn't creat the winsock object directly but shows the insert object form (the form that is used to show installed ocx file)

why ?
Next
Reply
Map
View

Click here to load this message in the networking platform