Click here to Skip to main content
15,905,612 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,
I have a listbox and I want to keep the items in clipboard and I must keep first one and after pasting it I must have the second item in clipboard and so on.
How Can I do this?
Excuse me for my poor english;-);
Posted
Comments
Sandeep Mewara 16-Jul-10 8:00am    
How is it related to Windows Service?

1 solution

Not sure why you think you need a service. There's a clipboard class which you can move items in to. If you want more than one item in the clipboard, then you need to cycle them through yourself. You could put multiple items in by creating your own format, so there's one item which stores all the data in the collection you want.
 
Share this answer
 
Comments
Martin Jarvis 16-Jul-10 11:02am    
I think the title referes to a service provided by windows (ie clipboard). Not a Windows Service which is a type of application that runs in the background.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900