G
Guest
I'm a bit confused regarding the behaviour when setting the Form.TopMost
property. If setting the property to 'true', does it make the form top-most
of all windows in all applications, or only the form's application ?
Searching google, I've found people claiming it's enough to set TopMost in
order for the form to be top-most of all windows in the system, and other say
that a call to Win API's SetWindowPos (with HWND_TOPMOST as a parameter) is
needed.
So, which is correct?
property. If setting the property to 'true', does it make the form top-most
of all windows in all applications, or only the form's application ?
Searching google, I've found people claiming it's enough to set TopMost in
order for the form to be top-most of all windows in the system, and other say
that a call to Win API's SetWindowPos (with HWND_TOPMOST as a parameter) is
needed.
So, which is correct?