X
XVida
I have an application which loads a main form which contains text boxes and
other details. This main form has a menu which opens another form. I want to
have both forms accessible (i.e. I don't want the second form to be modal).
However, I *do* want users to keep working in the second window and only
switch to the main window when they need to. Unfortunately, after performing
one or two functions (I'm writing in C# in the .NET Framework -- 2003) in
the second window, the FIRST WINDOW grabs the focus... and I can't find a
way of forcing the second window to KEEP THE FOCUS!!!!
Please help.
other details. This main form has a menu which opens another form. I want to
have both forms accessible (i.e. I don't want the second form to be modal).
However, I *do* want users to keep working in the second window and only
switch to the main window when they need to. Unfortunately, after performing
one or two functions (I'm writing in C# in the .NET Framework -- 2003) in
the second window, the FIRST WINDOW grabs the focus... and I can't find a
way of forcing the second window to KEEP THE FOCUS!!!!
Please help.