using Clipboard.SetData with Picture property 
Author Message
 using Clipboard.SetData with Picture property

Anyone have any idea why copying a graphics image in a picture box to the
clipboard using the Image property of the picture box works fine, but using
the Picture property does not? For example, for a picture box named
Picture1, using Clipboard.SetData Picture1.Image places a bitmap image on
the clipboard, but using Clipboard.SetData Picture1.Picture gives nothing.

thanks,
dave



Sat, 27 Sep 2003 03:26:12 GMT  
 using Clipboard.SetData with Picture property
Works for me!

Mike


Quote:
> Anyone have any idea why copying a graphics image in a picture box to the
> clipboard using the Image property of the picture box works fine, but
using
> the Picture property does not? For example, for a picture box named
> Picture1, using Clipboard.SetData Picture1.Image places a bitmap image on
> the clipboard, but using Clipboard.SetData Picture1.Picture gives nothing.

> thanks,
> dave



Sun, 28 Sep 2003 07:30:03 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. sending a picture (from clipboard) by using Winsock

2. Replacing a pictures properties with another pictures properties

3. Copy picture: Clipboard -> Picture object

4. Clipboard object questions... using the clipboard with vb4

5. API: Using ExtractIcon and .Picture property

6. From hDC property to Picture property

7. OWC10 ChSeries.SetData() not working!!!!

8. Example of MSChart.SetData

9. SetData Source

10. retrieve picture from clipboard to File

11. WMF picture from clipboard in Access 97?

12. Pasting a graphic/picture from the clipboard

 

 
Powered by phpBB® Forum Software