Clipboard.SetDataObject for ListView Items and SubItems

  • Thread starter Thread starter Richard D. Ford
  • Start date Start date
R

Richard D. Ford

I'm trying to setup a ListView control and be able to copy all of the
SelectedItems (and subitems / column info) text as tab delimited text to the
clipboard. I have already searched the 'net and newsgoups for
SetDataObject, but have only come up with examples and samples of individual
record text (i.e. textbox controls), but obviously we are talking a little
more complicated than that... any ideas!?
 
Hi Richard,
I don't understand your problem totaly.
It could be you could not get the items, but that I doubt if you know of the
existence of the setdataobject.
So I think that it has to do with the "dataformat" in that, for that I was
searching a longwhile.
I just answered something the same to Guliver, did you look for the keyword
dataformat in the clipboard class?
Maybe you can look for that, because I don't know what dataformat you need.
I hope this helps a little bit?
Cor
 
Hi Richard,

Is this a Clipbord question or a ListView question?

Regards,
Fergus
 
Back
Top