Hi all,
in my application I need to show a form that contains
text box where user can edit patterns. When text in the
text box changes, second form displaying the list of
items matching the current pattern is shown. The problem
is that I would like the first form to hide when focus is
moved to some other window _except_ for the second form.
I.e., user should have an opportunity to edit the pattern
in the text box and select items from the list at the
same time, but when it moves focus away both forms should
disappear.
How can I achieve this?