CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Posts
    1

    How to place a image of control to clipboard

    Hi,

    I'd like to place a image of control (or clipped area of screen) to clipboard.
    If sombody knows the way, let me know. Please!
    Thank you.



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How to place a image of control to clipboard

    to place the picture of a picture box into the clipboard:


    Clipboard.SetData p.Picture



    (p is the name of the picturebox)


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