i have implemented an activeX control to draw a graph. now i want to place some controls around so that the user is able to interact with it (same as the properties tab dialog, but the controls are placed around). Also, i need to display the activeX in a window.

i am thinking of creating a CSplitterWnd in my application, place the controls in the view on the left pane, and the activeX in the view of the right pane. But this means i ll have to handle these from the application, is that correct approach?

Alternatively, how could i make my activeX to be a window, with toolbar & controls & etc around ?

thx

giorgos