I've made a simple activeX control (just a textbox in an array that acts like a datarepeater by multipling itself down the form as your use my '.addnew' method) and i used the VB ActiveX ctl Wizard to add all the backcolor and font properties and all that jazz to it. I've compiled it and it works fine, but when i put it in one of my projects, it breaks the 'trim' function (actually it doesnt recognize it, it thinks its an array because its in the format 'trim(blah)' and pops up and error saying 'array expected').

what could cause this? references in my control project clashing with refs in my main project? im at a loss...