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

    interesting question...

    I have a set of text boxes and a picture on a form. Is there any way I can copy it to the clip board so that I can use it in other applications (like Word, Crystal reports etc). I tried but no luck yet.

    thanks


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: interesting question...

    If you mean that you want to capture that portion of the form into memory, then yes - it's quite straightforward.

    Dr Michael (from this forum) has a couple of excellent routines on the site at http://codeguru.developer.com/vb/articles/1998.shtml - these will allow you to capture any 'window' with a 'HWND' property to the clipboard - or even save it straight to disk.




    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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