W
Wayne
1. I have created my own class that inherits the textbox (called it
CyanFocusTextBox). I put in some code and some new properties. All
this works. I build the dll that contains this class successfully.
2. I add it to the user controls section of toolbox and it appears.
3. I add the new CyanFocusTextBoxes to the form and it all works.
4. The problem comes when I update the class CyanFocusTextBox in the
dll and rebuild it. These updates are not used by the
CyanFocusTextBoxes that I dropped on the form earlier. I have to
delete those and put them back. Is there anyway around this? It is a
lot of work to delete the controls and put them back.
5. My project and dll are all in the same solution and the build
order is my dll first then my form. I have even tried rebuilding the
whole solution.
Thanks.
Wayne
CyanFocusTextBox). I put in some code and some new properties. All
this works. I build the dll that contains this class successfully.
2. I add it to the user controls section of toolbox and it appears.
3. I add the new CyanFocusTextBoxes to the form and it all works.
4. The problem comes when I update the class CyanFocusTextBox in the
dll and rebuild it. These updates are not used by the
CyanFocusTextBoxes that I dropped on the form earlier. I have to
delete those and put them back. Is there anyway around this? It is a
lot of work to delete the controls and put them back.
5. My project and dll are all in the same solution and the build
order is my dll first then my form. I have even tried rebuilding the
whole solution.
Thanks.
Wayne