Results 1 to 2 of 2

Thread: Re Copy to clipboard and paste

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    27

    Re Copy to clipboard and paste

    I already have the data collected from RS232 comm1 but how can I copy this data to the clip board and paste it into any aplication that has focus?

  2. #2
    New Member bharadwajrv's Avatar
    Join Date
    Oct 2002
    Location
    Mysore,India
    Posts
    12

    this may be useful....

    hi, i'm not aware of RS232 control..
    to copy to & from clipboard use "Clipboard" global object.

    Ex.
    Code:
    Clipboard.GetData 'Getting the stored pic.
    Clipboard.GetText 'Getting the text
    Clipboard.SetData 'Saving the pic to clipboard
    Clipboard.SetText 'Saving the text to clipboard
    hope this may be use ful...
    Venu
    "Dream it, b'caz U can do it!"

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