Any comments on where to find it in ContainerControl because I surely
couldn't!
Very odd that tab works and not Shift-Tab however...
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
Yep. I went that route. ProcessDialogKey() wasn't even being called.
Come to find out I needed to derive from ContainerControl instead of
Control to get the behavior. Never did figure out exactly the difference
between Control and ContainerControl that fixed it.
>
>It would seem that your cont