Hi All,
i have created a GUI in which, there are some drag and drop objects which work at run time . suppose if user wants to create a GUI with my Drag and Droppable objects, by selecting a menu item "New" he should be able to do that in different forms, like wise he should be able to create number of GUIs in different forms.

So my questions are

(1) can i create a tool bar in MDI forms, so that user should be able to create a new GUI in different forms throgh the toolbar( he will selet "new" menu in a menu bar, then immediately child form will be loaded)?

(2): if creating a tool bar is possible, then can i place my user controls in that tool bar,( for reusing purpose)..if so how can i add the tool bar to MDI forms, and insert the user controls to that tool bar.

(3): here my user controls are pictures, user can drag it and drop it on the form at runtime. for this purpose i used form's dragdrop event,picture's mouse down event..etc, so after puting it in the tool bar also, these functions should work.. is it possible

please answer to my questions if u know...
Thanks in advance:
regards:
raghunadhs