Custom HostDesigner Implementation
.NET 1.1
Ok, I got a custom host designer implementation. I have run into an issue.
I have a form with controls in it, I save the form as a dll and I use it as a template in my host designer. When I load it up, and when the code hits the designer(intialize) bit then all the controls seem to hit the designerhost.add() routine and they all get added to the designer.
When all is done, I see the buttons at the bottom, but whats the problem is that they are unselectable, I can select them and see the property browser change and I can move them via the property browser, but I can not move them around on the screen via the mouse and it never puts grab handles on them when I click them.
What is going on with these controls and how do I make them move around? I know they are geting sited, tested that. They even get that little blue icon on the corner (which indecates that its an inherited item). Funny thing is, components that I have (like tooltip) don't get that blue icon in the corner like they do in VS.NET, just the controls.
Any tips on how I can get the controls moving via mouse?

