timmay3141
Programmer
I'm pretty new to C# and have encountered a problem. When the user types in a text box, I want that to change another control in my dialog. However, I want to be able to change the text box's text in my code using the TextBox.Text property without triggering the same event. I've managed to get around it so far, but this same kind of thing keeps coming up for many different controls and is very annoying, so I was wondering if there was any standard way of dealing with it.