Hello,

I am creating a clipboard that is always on top of my application. How can
I make my form (MyClipboard) always on top??

Thanks,
Chuck

Re: Always on Top by Justin

Justin
Wed Nov 03 12:40:40 CST 2004

TopMost = true on the form...

You may still fall under other TopMost forms.


--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:uwFSuKdwEHA.2192@TK2MSFTNGP14.phx.gbl...
> Hello,
>
> I am creating a clipboard that is always on top of my application. How can I
> make my form (MyClipboard) always on top??
>
> Thanks,
> Chuck
>



RE: Always on Top by policywatcher

policywatcher
Wed Nov 03 12:39:03 CST 2004

Set it's TopMost property to True?

Or have I missed something?



"Charles A. Lackman" wrote:

> Hello,
>
> I am creating a clipboard that is always on top of my application. How can
> I make my form (MyClipboard) always on top??
>
> Thanks,
> Chuck
>
>
>

Re: Always on Top by policywatcher

policywatcher
Wed Nov 03 13:00:01 CST 2004

True. To avoid that, you're probably reduced to a timer and bringing the
form to front at regular intervals.

"Justin Rogers" wrote:

> TopMost = true on the form...
>
> You may still fall under other TopMost forms.
>
>
> --
> Justin Rogers
> DigiTec Web Consultants, LLC.
> Blog: http://weblogs.asp.net/justin_rogers
>
> "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
> news:uwFSuKdwEHA.2192@TK2MSFTNGP14.phx.gbl...
> > Hello,
> >
> > I am creating a clipboard that is always on top of my application. How can I
> > make my form (MyClipboard) always on top??
> >
> > Thanks,
> > Chuck
> >
>
>
>