> It is not hard to see such tool windows that stay always above the
> main form, but are modeless and are not above other applications'
[quoted text clipped - 9 lines]
>
> Thanks for any hints.
Since no one has replied, can I assume that it is impossible with C#,
and only is achievable through Windows API? At least it must be
possible with Windows API, because I know a lot of other applications
that do this.
Sin Jeong-hun - 08 Mar 2008 11:32 GMT
> > It is not hard to see such tool windows that stay always above the
> > main form, but are modeless and are not above other applications'
[quoted text clipped - 14 lines]
> possible with Windows API, because I know a lot of other applications
> that do this.
There has been still no reply. No one knows anything about that, or my
question was rude? I really hope to get some advice for this. Thank
you.
Sin Jeong-hun - 08 Mar 2008 12:41 GMT
> > > It is not hard to see such tool windows that stay always above the
> > > main form, but are modeless and are not above other applications'
[quoted text clipped - 18 lines]
> question was rude? I really hope to get some advice for this. Thank
> you.
I've just found that an overloaded Show(IWindows) method does exactly
what I wanted.
Sorry for all the troubles. Thanks.