huckfinn19
Programmer
Hi,
I want to have a form to be over all my other windows, but only in my application, not over all the other Windows applications. I also do not want this form to be shown in a modal state because the user might need access to the background windows. The "TopMost" property of a form puts the form over all Windows application, which is not the desired behavior I am looking for.
So, any idea on how having a window in an application being "Always on Top" without being modal?
Thanks,
Huck
I want to have a form to be over all my other windows, but only in my application, not over all the other Windows applications. I also do not want this form to be shown in a modal state because the user might need access to the background windows. The "TopMost" property of a form puts the form over all Windows application, which is not the desired behavior I am looking for.
So, any idea on how having a window in an application being "Always on Top" without being modal?
Thanks,
Huck