|
-
February 2nd, 2000, 04:16 PM
#1
Rich Text Format
I looking a sample about how to paste a BMP from
clipboard, I tried this
rtfVista.OLEObjects.Add , , , Clipboard.GetData()
rtfVista.Refresh
I tried to get the RichText.vbp, which is located in
the VB\Samples\CompTool directory of the Visual Basic
CD-ROM, but I couldnt find it, anybody will help me?
Thanks by your help
Alfredo
-
February 3rd, 2000, 12:43 AM
#2
Re: Rich Text Format
try this:
clipboard.getdata(vbCFBitmap)
That's the format to get a .bmp from the clipboard data.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|