mdichild - MDI child form is not allowing other child forms to get focus -


The application is an MDI container app, especially when a child's form (Form 1) gets focus is loaded and Focus does not continue, if any other form is opened, then the user can not select any field within the form if Form 1 form is open.

In addition, within Form 1, Focus will not even leave the Cumberaux to focus any field on the same form.

I'm not using ShowDialog and TopMost set to false.

Check to see if you have any way to leave for ComboBox, So it looks as though your app is setting COombox in active control, whenever it loses focus

The same type of code may apply to your form; it loses focus while setting it in an active form.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -