G
Guest
We are having focus problems in an application we are working on. Basically,
when you click on a control in the app, it appears to have focus. But if you
type on the keyboard, nothing happens. If you click a second time on the
control, then you can type. This is happening all over the application.
We are using the CompositeUI Application Block from the MS Patterns &
Practices group to build this app. That may or may not have something to do
with our problem. Without going into too much detail, we basically have one
Form as our main window, and everything in it derives from the
Control/UserControl class. We have a lot of controls nested within other
controls, displaying on tabs, etc. but I don't think that should be a problem
in and of itself.
Any help is appreciated ... even if you don't know the answer, I could use
some troubleshooting tips. Can I capture Windows messages to see what is
going on? Use the spy or one of the VS2005 tools? I'm not sure where to
begin. Thanks in advance,
when you click on a control in the app, it appears to have focus. But if you
type on the keyboard, nothing happens. If you click a second time on the
control, then you can type. This is happening all over the application.
We are using the CompositeUI Application Block from the MS Patterns &
Practices group to build this app. That may or may not have something to do
with our problem. Without going into too much detail, we basically have one
Form as our main window, and everything in it derives from the
Control/UserControl class. We have a lot of controls nested within other
controls, displaying on tabs, etc. but I don't think that should be a problem
in and of itself.
Any help is appreciated ... even if you don't know the answer, I could use
some troubleshooting tips. Can I capture Windows messages to see what is
going on? Use the spy or one of the VS2005 tools? I'm not sure where to
begin. Thanks in advance,