Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLEDragDrop GetData() in BMP/WAV format?
Message
From
23/05/2005 14:29:34
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01016102
Message ID:
01016853
Views:
37
Hi Chad,

>I don't know if it would work or not, but perhaps using the PictureVal property instead of writing it out to a file:
>
>#define CF_DIB 8
>if oDataObject.GetFormat( 2 )
>  this.PictureVal = oDataObject.GetData( CF_DIB )
>endif
>
I had forgotten about the new .PictureVal property, but alas, this technique failed to work as well. Disappointing because, as I mentioned in my response to Herman Tan, the VFP 9 documentation leads one to believe that working with DIB images is supported (VFP help topic: "Graphics Support in Visual FoxPro").

Herman provided me an interesting link on MSDN which I'm going to study. Looks like a bit more elbow grease may be needed to come up with a final solution.

Thanks for your help,

Regards,
Malcolm
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Previous
Reply
Map
View

Click here to load this message in the networking platform