gettingstarted
[Top] [All Lists]

Re: Copy string to clipboard

To: "Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Copy string to clipboard
From: "Aaron Ballman" <aaron at realsoftware dot com>
Date: Sun, 29 Aug 2004 23:05:43 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <52F1219B-FA39-11D8-9FAD-00039369B326 at kellerfarm dot com>
> How do I copy a string to the clipboard, if the string is in a 
> variable, and not in an editfield?

dim c as new Clipboard
c.Text = MyStringVariable
c.Close

HTH!

~Aaron
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>