S
Stephan Rose
Ok here's my situation...
Got an MDI application with a panel to my right that has a tree view
for the project stuff, etc.
Now if I select an item in the tree view, the tree view gains input
focus. After this happens, my MDI children no longer are able to
obtain keyboard focus and therefore no longer receive keyboard
commands. Needless to say, that's a bad thing.
I've tried overriding OnClick() and adding a call to this.Focus(), but
no luck....
So what do I do?? The MDI windows themselves contain no controls as
the views are rendered directly onto the form using DirectX.
Any help is greatly appreciated,
Stephan
Got an MDI application with a panel to my right that has a tree view
for the project stuff, etc.
Now if I select an item in the tree view, the tree view gains input
focus. After this happens, my MDI children no longer are able to
obtain keyboard focus and therefore no longer receive keyboard
commands. Needless to say, that's a bad thing.

I've tried overriding OnClick() and adding a call to this.Focus(), but
no luck....
So what do I do?? The MDI windows themselves contain no controls as
the views are rendered directly onto the form using DirectX.
Any help is greatly appreciated,
Stephan