clip board

  • Thread starter Thread starter bershama
  • Start date Start date
B

bershama

i want to make 3 bnts
1 to copy
2 to paste
3 to cut
so i want to know how to make them with coding
 
Hi,

i want to make 3 bnts
1 to copy
2 to paste
3 to cut
so i want to know how to make them with coding

In case you use a Textbox: the textbox already has commands for clipboard
support. If you want to place your own Items into the clipboard, have a look
at the Clipboard class. It has two methods, GetDataItem and SetDataItem ...
you'll find out easily how they work :-)).

Regards,
 
Back
Top