Would like to have windows form always as behind other windows (as the
'first' window on desktop) Is there anything like global 'z-index' for
all the opened windows in the system?

Re: Opposite to TopMost? by Perry

Perry
Thu Jan 05 08:37:48 CST 2006

Hi,

Try Form.SendToBack()



"geo24" <flyfish@poczta.onet.pl> wrote in message
news:1136369671.891721.159860@g43g2000cwa.googlegroups.com...
> Would like to have windows form always as behind other windows (as the
> 'first' window on desktop) Is there anything like global 'z-index' for
> all the opened windows in the system?
>



Re: Opposite to TopMost? by geo24

geo24
Tue Jan 10 05:45:30 CST 2006

Hi Perry,

it works

thank you very much for your help.