I need to copy the contents of a ListBox control to the clipboard. How do I do that in .NET

Thanks.

Re: Clipboard by Scott

Scott
Fri Feb 20 17:13:07 CST 2004

Clipboard.SetDataObject() and/or Clipboard.GetDataObject().


"Jon" <anonymous@discussions.microsoft.com> wrote in message
news:BDF3D6D0-14E2-4C5E-92CF-E5BC1AE101B2@microsoft.com...
> I need to copy the contents of a ListBox control to the clipboard. How do
I do that in .NET?
>
> Thanks.