This sounds to me like a very abnormal way to go about it. I assume what you're trying to do is get a tree view to show up when the user clicks the down arrow of a combo box. A better approach is probably to derive from the combo box (or use composition) and override the behavior of the down arrow (assuming this is possible) to pop up a window at the right location. That window can then be or contain a tree view/widget.
Maybe there's a way to do it exactly the way you are, but I have my doubts and it's probably not the way I would go about trying.
Bookmarks