Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use winsock to send .bmp images ?
Message
 
À
30/11/2003 09:04:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00854537
Message ID:
00855070
Vues:
15
>how to use winsock to send and get .bmp images, memo field and general field ?

The answer all depends on what you are talking to through WinSock. .BMP's, Memo field, and general fields are all really just 8-bit data, which should probably be encoded to use only 7-bit's then decoded on the other end, but otherwise it's just like sending text.

Here are a couple examples of using winsock as client and server, some using WinSock directly, some using a microsoft OCX in the middle:
http://fox.wikis.com/wc.dll?Wiki~WinSockOCX_Sample~VFP
http://fox.wikis.com/wc.dll?Wiki~SendSmtpEmail~VFP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform