|
-
February 15th, 2000, 10:34 AM
#1
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
-
February 15th, 2000, 10:55 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|