Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use winsock to send .bmp images ?
Message
 
To
30/11/2003 09:04:41
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00854537
Message ID:
00855070
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform