I have had several times now where there's something causing one of the controls in my form to constantly keep adding more COMComponents to my form? Everytime I build or make a code change and come back to the Designer, it'll add another one!! I have looked through each control on my form one by one using VS and each one is set for the same exact ComComponent but yet still it keeps adding them. I noticed in the logic of every control basically if you add it to the form and there is no ComComponent specified that it will add one automatically for you. I think this is problematic.
Can you either:
A.) Figure out why and fix that
B.) Instead of adding them either do nothing or message box that you need to add one to the form and list the name of the control which is requesting one be added.
Thanks