gettingstarted
[Top] [All Lists]

Re: PushButton to copy text to clipboard

To: gettingstarted at lists dot realsoftware dot com
Subject: Re: PushButton to copy text to clipboard
From: "Lennox Jacob" <lenpartico at hotmail dot com>
Date: Sun, 30 Jan 2005 17:06:54 +0000
Delivered-to: gettingstarted at lists dot realsoftware dot com
Thanks Joshua, Works fantastically.
Thanks again.
Lennox.

From: Joshua Coventry <wackymacs at spymac dot com>
Reply-To: Getting Started <gettingstarted at lists dot realsoftware dot com>
To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: PushButton to copy text to clipboard
Date: Sun, 30 Jan 2005 16:23:22 +0000

dim c as new clipboard
c.text = editfield1.text
c.close

--------------------
Joshua Coventry

On 30 Jan 2005, at 16:05, Lennox Jacob wrote:
I have a Pushbutton named Copy, I also have an EditField named TextInfo.
What I would like is for the text in TextInfo be copied to the Clipboard when the user clicks on the Copy.
What Line of code do I input int the PushButton Action event?
Please help.
Thanks.
Lennox.

_______________________________________________
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>

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

_______________________________________________
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>