goodmanrAy
Programmer
Hi
I am writing an app which needs to alert a user at some point in it's process.
I am creating a child form to alert the user, I want the child form to pop up as the top most window and stay there until closed.
I have managed to acheive this by override on the procedure CreateParams.
However when I close the child form the main form becomes the topmost window, I want the main form to stay where it is and not to become the focus so as not to interfere with what the user is doing already, like outlook does with the new message alert dialog.
Any ideas?
Thanks
Andrew
I am writing an app which needs to alert a user at some point in it's process.
I am creating a child form to alert the user, I want the child form to pop up as the top most window and stay there until closed.
I have managed to acheive this by override on the procedure CreateParams.
However when I close the child form the main form becomes the topmost window, I want the main form to stay where it is and not to become the focus so as not to interfere with what the user is doing already, like outlook does with the new message alert dialog.
Any ideas?
Thanks
Andrew