PRB: User-defined Formats in OLE Drag-Drop Require Byte Arrays

ID: Q163234


The information in this article applies to:
  • Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 6.0
  • Microsoft Visual Basic Control Creation, Learning, Professional, and Enterprise Editions for Windows, version 5.0


SYMPTOMS

When using the SetData method for OLE Drag/Drop functionality, data in a user-defined format will cause the following message to be displayed at run- time:

"Non-intrinsic OLE drag-and-drop formats used with SetData require Byte array data. GetData may return more bytes than were given to SetData."


RESOLUTION

To work around this behavior, make sure that the data being dragged is placed into a byte array. Decoding the byte array using the GetData is then dependent upon the methods by which this array was created.


STATUS

This behavior is by design.


MORE INFORMATION

The following formats are known formats when using SetData and GetData:


   Name       Constant
   ---------  ------------
   Text       vbCFText
   Metafile   vbCFMetafile
   DIB        vbCFDIB
   Bitmap     vbCFBitmap
   Palette    vbCFPalette
   Rich Text  vbCFRTF
   DDE Link   vbCFLink 

Additional query words: kbVBp500 kbVBp600 kbVBp kbdsd kbDSupport kbOLE

Keywords : kbGrpVB
Version :
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: January 5, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.