Mike
Mike
(OP)
I have created a program with the use of forms. in the forms are labels and text boxes for entry of information to calculate a desired result. I would like to copy the entire form to the clipboard so that it can be placed in another application. Any suggestions on how this can be done. thank you for your assistance.
RE: Mike
You're probably not going to like this but this is the only way I know of how to do this
1) Display your form on screen
2) Press SHIFT+PRINT-SCREEN (copies the whole screen to the clipboard)
3) Fire up PaintBrush
4) Paste into PaintBrush
You can now save this image as a file - but it *is* an image - not text that you can easily manipulate.
There's probably a way to do that from within a VB program I'll do some digging if you're interested - it wold be nicer (of course) if someone else had already done this....
Hope this helps you Becky
Mike
RE: Mike
Thanks