S
Simanovsky
Hello,
I've got a problem with making a form topmost in the
application.
I need that a form is shown on top of other forms of my
application, but it should not be on top of other
applications windows.
I tried to use Form.TopMost property, but if I use it
the form appears also on top of other applications even
when the focus is not in my application. Callling
Form.BringToFront() on Focus event also does not work.
Has anybody any ideas on how I can achieve the desired
form behaviour?
Thanks in advance,
A.Simanovsky
I've got a problem with making a form topmost in the
application.
I need that a form is shown on top of other forms of my
application, but it should not be on top of other
applications windows.
I tried to use Form.TopMost property, but if I use it
the form appears also on top of other applications even
when the focus is not in my application. Callling
Form.BringToFront() on Focus event also does not work.
Has anybody any ideas on how I can achieve the desired
form behaviour?
Thanks in advance,
A.Simanovsky