V
Valerie Hough
I want to cause a form to come to the top of the z Order when it is notified
by another task (i.e. I want it to be right under the user's nose, not
having its title bar blinking on the task bar). If the window is minimized
at the time, then
WindowState = FormWidowState.Normal works perfectly. However, if the window
is not minimized, and it is covered by other windows on the user's desktop,
then I can not get it to come to the front except by:
WindowState = FormWidowState.Minimized
WindowState = FormWidowState.Normal.
Is there a better way of doing this?
Thanks in advance.
by another task (i.e. I want it to be right under the user's nose, not
having its title bar blinking on the task bar). If the window is minimized
at the time, then
WindowState = FormWidowState.Normal works perfectly. However, if the window
is not minimized, and it is covered by other windows on the user's desktop,
then I can not get it to come to the front except by:
WindowState = FormWidowState.Minimized
WindowState = FormWidowState.Normal.
Is there a better way of doing this?
Thanks in advance.