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?
Hello,
Has someone suggestions for my little problem. I just started with C# and begin to love it.
I made a complete app without any help, but now i'm facing a problem. i have an xmlfile which i like to convert to a treeview.
the xmlfile looks like:
<?xml version="1.0"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.