Unable to edit textbox after importing text

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I am having trouble being able to edit text in a textbox after I
import text from a csv file. The trouble is that I can't edit the
textbox text at all. I can't cut, copy, or paste anything. I am
using Visual C# 2010. Has anyone else come across this?
 
I am having trouble being able to edit text in a textbox after I
import text from a csv file. The trouble is that I can't edit the
textbox text at all. I can't cut, copy, or paste anything. I am
using Visual C# 2010. Has anyone else come across this?

Nowhere near enough details. Unless VS 2010 has added TONS of features, text
boxes aren't capable of importing data, so unless you tell us HOW you
imported this CSV file and how that even has any relevance to the text box
you're talking about we won't even begin to be able to answer this question.
 
Nowhere near enough details. Unless VS 2010 has added TONS of features, text
boxes aren't capable of importing data, so unless you tell us HOW you
imported this CSV file and how that even has any relevance to the text box
you're talking about we won't even begin to be able to answer this question.

Well I feel like an idiot. The maximum amount of characters was set
too low.
 
Back
Top