Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Again with winsock
Message
 
 
À
13/07/2009 08:50:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01411849
Message ID:
01411876
Vues:
61
What do you have on fwsock form besides mswinsock control? Any code?

>the class i'm using is the one you can find at
>
>http://www.berezniker.com/content/pages/visual-foxpro/read-pop3-mail-using-winsock
>
>i changed a couple of lines to use the object containing the activex class :
>
>
>    PROCEDURE INIT  
>*    THIS.oSocket = CREATEOBJECT('mswinsock.winsock')   
>	If type('ofwsock')   = 'O'
>	    THIS.oSocket = oFwsock.sock.object 
>	else    
>		THIS.oSocket = CREATEOBJECT('mswinsock.winsock')   
>	EndIf 	
>    ENDPROC  
>
>
>and in the main procedure I put
>
>ofwsock = CreateObject('fwsock')
>
>fwsock is a form which contains an olecontrol named sock where i load the winsock activex
>
>>Hi don't get a real error but if I use the original code i can connect to the email server , on the other hand if i use the modified code
>>i get a timeout connection message and the connection is not possible
>>
>>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform