I am trying to create an environment much like the VB IDE. I have created an Active X control (LayoutForm) that can accept controls at runtime (by code, I will be working on a control palette later). However I'm having trouble moving the controls around the LayoutForm. The DragOver event of the LayoutForm does not get triggered when I would like it to so the controls are not moved exactly. Any help would be great. I would still need to figure out how to resize the controls created at runtime. I don't know if I'm headed in the right direction. Please, I need help, any clue would be good. Thanks.