I want to have camera and a list box in a compound control. How do I achieve this ?
I tried this by creating two container clases in which one contains the list box and the other contains the camera. These two containers are embedded in a compound control.
By doing this, a lot of refresh issues started showing up i.e activating the compound control would not draw the child controls.
Note that if I replace the camera with a another list box or may be any other standard control, it works fine.
I would appreciate if somebody would post an example for this.![]()



