martijn1967
Programmer
I have a problem with copy and paste.
lots of information on the net, but all the example works with 1 textbox
like:
textBox1.Text = Clipboard.GetDataObject().GetData(DataFormats.Text).ToString();
my problem is i have 64 textboxes on one form. how can i detect which one has the caret?
lots of information on the net, but all the example works with 1 textbox
like:
textBox1.Text = Clipboard.GetDataObject().GetData(DataFormats.Text).ToString();
my problem is i have 64 textboxes on one form. how can i detect which one has the caret?