The information in this article applies to:
SYMPTOMS
When you use the Winsock control to try to receive binary data (that is, a bitmap, and so forth), you might only receive a subset of your data. In the DataArrival event, you can verify that the correct number of bytes is received, but you cannot get all of the data using the GetData method.
GetData supports only strings and arrays of integers. It is common to use the GetData method with the DataArrival event.The Winsock control for the Windows CE Toolkit for Visual Basic 6.0 only supports strings. CAUSEThe CE Winsock control only retrieves data to the first ASCII 0 it receives, and then it stops. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Note that you receive only a portion of the data from the bitmap, and you are not able to receive any more data until the program is reset. Additional query words: vbce vbce6 wince wce
Keywords : kbToolkit kbVBp600bug kbWinCE kbGrpVB |
Last Reviewed: September 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |