Hello...
I wonder if anybody can help me on this one...
I am creating a fancy tree control, like the one used in property pages in win2000 and XP - click on a tree leaf and a combo box displays, for example.
First of all, I know I might be reinventing the wheel here, but I really can't tell what classes to use to obtain those prop pages...
But anyway... I derived my own control from CComboBox and called it CDynamicCombo. Everything works just fine, until I violently change the tasks using alt+tab and the combo is in its drop-down state.
The programs just asserts in WinCore at the above line.
I did overriden ContinueModal, but I am not sure what I should do there. I tried to return IsWindowVisible status but I don't get the expected behavior.
Now, I am sure that there is an obvious solution to this. Can anybody help?
Thanks! [red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal...
once stated: methane@personal.ro
I wonder if anybody can help me on this one...
I am creating a fancy tree control, like the one used in property pages in win2000 and XP - click on a tree leaf and a combo box displays, for example.
First of all, I know I might be reinventing the wheel here, but I really can't tell what classes to use to obtain those prop pages...
But anyway... I derived my own control from CComboBox and called it CDynamicCombo. Everything works just fine, until I violently change the tasks using alt+tab and the combo is in its drop-down state.
The programs just asserts in WinCore at the above line.
I did overriden ContinueModal, but I am not sure what I should do there. I tried to return IsWindowVisible status but I don't get the expected behavior.
Now, I am sure that there is an obvious solution to this. Can anybody help?
Thanks! [red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal...
once stated: methane@personal.ro