Riley wrote:
> I am using VS2005 and VB to write a small application. I have a listview
> control and want the user to be able to (CTRL-C) copy information from it to
> the clipboard and then paste it somewhere else. Unfortunately they cannot do
> this by default it seems. Can someone tell me how to turn it on.?
>
This shows how to copy information to the clipboard. You are probably
going to have to convert your selected item to a string and put it in
the clipboard if you want to past it as text.
http://www.vb-helper.com/howto_net_c...rd_object.html
Chris