CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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


  2. #2
    Join Date
    Feb 2000
    Location
    Kansas
    Posts
    49

    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
  •  





Click Here to Expand Forum to Full Width

Featured