Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy & paste

Status
Not open for further replies.

martijn1967

Programmer
Jan 23, 2003
2
NL
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top