J
jabailo
I launched a form set to an object called Search, from a main form, like
this:
Search.Show();
Search.Activate();
Search.BringToFront();
But the form stays behind the main form.
this:
Search.Show();
Search.Activate();
Search.BringToFront();
But the form stays behind the main form.