I am already able to get the current Winforms Designer and go through all the controls on it.
What I want to do, is change the type of an existing control.
For example, I created a new type of TextBox control called NewTextBox, so I want to go through my form and change all types of TextBox to NewTextBox.
What is the best way to do that?
Any help would be greatly appreciated!
Brien King